API Documentation > Interfaces > Interface ImportFeatAttributes
Interface ImportFeatAttributes

package com.ptc.wfc.wfcFeature;

public interface
ImportFeatAttributes
extends
jxobject


Description
The attributes for the import feature.
Method Summary
boolean
Get method for attribute "SurfacesJoined"
The value for join surfaces.
boolean
Get method for attribute "AddBodies"
If set totrue, create the same body structure as is present in source file.
/*optional*/ Selections
Get method for attribute "BodyArray"
The value of body size array. This is 1 at present.
Get method for attribute "BodyUseOpts"
The value to use solid body option.
boolean
Get method for attribute "Added"
The value set for cut or add.
boolean
Get method for attribute "Solid"
The value to make solid from closed quilt.
void
SetAddBodies (boolean value)
Set method for attribute "AddBodies"
If set totrue, create the same body structure as is present in source file.
void
SetAdded (boolean value)
Set method for attribute "Added"
The value set for cut or add.
void
SetBodyArray ( /*optional*/ Selections value)
Set method for attribute "BodyArray"
The value of body size array. This is 1 at present.
void
Set method for attribute "BodyUseOpts"
The value to use solid body option.
void
SetSolid (boolean value)
Set method for attribute "Solid"
The value to make solid from closed quilt.
void
SetSurfacesJoined (boolean value)
Set method for attribute "SurfacesJoined"
The value for join surfaces.
Method Detail
AreSurfacesJoined
boolean
AreSurfacesJoined
()
SetSurfacesJoined
void
SetSurfacesJoined
(boolean value)
The value for join surfaces.
Manual References:
MakeSolid
boolean
MakeSolid
()
SetSolid
void
SetSolid
(boolean value)
The value to make solid from closed quilt.
Manual References:
IsAdded
boolean
IsAdded
()
SetAdded
void
SetAdded
(boolean value)
The value set for cut or add.
Manual References:
GetAddBodies
boolean
GetAddBodies
()
SetAddBodies
void
SetAddBodies
(boolean value)
If set to true, create the same body structure as is present in source file.
Manual References:
GetBodyUseOpts
GetBodyUseOpts
()
SetBodyUseOpts
void
SetBodyUseOpts
The value to use solid body option.
Manual References:
GetBodyArray
/*optional*/ Selections
GetBodyArray
()
SetBodyArray
void
SetBodyArray
( /*optional*/ Selections value)
The value of body size array. This is 1 at present.
Manual References:
Was this helpful?