Library | Package Java Toolkit

Interface ImportFeatAttributes

package com.ptc.wfc.wfcFeature;

public interface ImportFeatAttributes
  extends jxobject



Description

The attributes for the import feature.



Method Summary
booleanAreSurfacesJoined ()
    Get method for attribute "SurfacesJoined"
    The value for join surfaces.
booleanGetAddBodies ()
    Get method for attribute "AddBodies"
    If set to true, create the same body structure as is present in source file.
/*optional*/ SelectionsGetBodyArray ()
    Get method for attribute "BodyArray"
    The value of body size array. This is 1 at present.
ImportBodyUseOptsGetBodyUseOpts ()
    Get method for attribute "BodyUseOpts"
    The value to use solid body option.
booleanIsAdded ()
    Get method for attribute "Added"
    The value set for cut or add.
booleanMakeSolid ()
    Get method for attribute "Solid"
    The value to make solid from closed quilt.
voidSetAddBodies (boolean value)
    Set method for attribute "AddBodies"
    If set to true, create the same body structure as is present in source file.
voidSetAdded (boolean value)
    Set method for attribute "Added"
    The value set for cut or add.
voidSetBodyArray ( /*optional*/ Selections value)
    Set method for attribute "BodyArray"
    The value of body size array. This is 1 at present.
voidSetBodyUseOpts (ImportBodyUseOpts value)
    Set method for attribute "BodyUseOpts"
    The value to use solid body option.
voidSetSolid (boolean value)
    Set method for attribute "Solid"
    The value to make solid from closed quilt.
voidSetSurfacesJoined (boolean value)
    Set method for attribute "SurfacesJoined"
    The value for join surfaces.

Method Detail

AreSurfacesJoined/SetSurfacesJoined

booleanAreSurfacesJoined ()
voidSetSurfacesJoined (boolean value)


    The value for join surfaces.
Manual References:
Interface: Import Feature Attributes, Interface: Import Feature Attributes, Interface: Import Feature Attributes, Interface: Import Feature Attributes



MakeSolid/SetSolid

booleanMakeSolid ()
voidSetSolid (boolean value)


    The value to make solid from closed quilt.
Manual References:
Interface: Import Feature Attributes, Interface: Import Feature Attributes, Interface: Import Feature Attributes, Interface: Import Feature Attributes



IsAdded/SetAdded

booleanIsAdded ()
voidSetAdded (boolean value)


    The value set for cut or add.
Manual References:
Interface: Import Feature Attributes, Interface: Import Feature Attributes, Interface: Import Feature Attributes, Interface: Import Feature Attributes



GetAddBodies/SetAddBodies

booleanGetAddBodies ()
voidSetAddBodies (boolean value)


    If set to true, create the same body structure as is present in source file.
Manual References:
Interface: Import Feature Attributes, Interface: Import Feature Attributes, Interface: Import Feature Attributes, Interface: Import Feature Attributes



GetBodyUseOpts/SetBodyUseOpts

ImportBodyUseOptsGetBodyUseOpts ()
voidSetBodyUseOpts (ImportBodyUseOpts value)


    The value to use solid body option.
Manual References:
Interface: Import Feature Attributes, Interface: Import Feature Attributes, Interface: Import Feature Attributes, Interface: Import Feature Attributes



GetBodyArray/SetBodyArray

/*optional*/ SelectionsGetBodyArray ()
voidSetBodyArray ( /*optional*/ Selections value)


    The value of body size array. This is 1 at present.
Manual References:
Interface: Import Feature Attributes, Interface: Import Feature Attributes, Interface: Import Feature Attributes