Library | Package Java Toolkit

Interface InclusionFlags

package com.ptc.pfc.pfcExport;

public interface InclusionFlags
  extends jxobject



Description

This interface contains flags used to indicate if certain geometry should be exported.
See Also:
ACIS3DExportInstructions, CATIAModel3DExportInstructions, IGES3DNewExportInstructions, STEP3DExportInstructions, VDA3DExportInstructions



Method Summary
booleanGetIncludeBlanked ()
    Get method for attribute "IncludeBlanked"
    true to export geometry on blanked layers; false to skip export of this geometry.
booleanGetIncludeDatums ()
    Get method for attribute "IncludeDatums"
    true to export datums; false to skip export of datums.
booleanGetIncludeFaceted ()
    Get method for attribute "IncludeFaceted"
     
voidSetIncludeBlanked (boolean value)
    Set method for attribute "IncludeBlanked"
    true to export geometry on blanked layers; false to skip export of this geometry.
voidSetIncludeDatums (boolean value)
    Set method for attribute "IncludeDatums"
    true to export datums; false to skip export of datums.
voidSetIncludeFaceted (boolean value)
    Set method for attribute "IncludeFaceted"
     

Method Detail

GetIncludeDatums/SetIncludeDatums

booleanGetIncludeDatums ()
voidSetIncludeDatums (boolean value)


    true to export datums; false to skip export of datums.



GetIncludeBlanked/SetIncludeBlanked

booleanGetIncludeBlanked ()
voidSetIncludeBlanked (boolean value)


    true to export geometry on blanked layers; false to skip export of this geometry.



GetIncludeFaceted/SetIncludeFaceted

booleanGetIncludeFaceted ()
voidSetIncludeFaceted (boolean value)