public interface SweptVolumeBuilder
SweptVolume
builder
SweepFeatureCollection.createSweptVolumeBuilder(nxopen.features.SweptVolume)
Property | Value |
---|---|
SweepOrientation | ForcedDirection |
Modifier and Type | Interface and Description |
---|---|
static class |
SweptVolumeBuilder.SweepOrient
These represent the type of Sweep Orientation feature to be created
|
Modifier and Type | Method and Description |
---|---|
BooleanOperation |
booleanData()
Returns the boolean data
License requirements: None. |
ScCollector |
cylindricalFace()
Returns the cylindarical face
License requirements: None. |
ScCollector |
faceToIgnore()
Returns the face to ignore
License requirements: None. |
nxopen.Direction |
forcedDirection()
Returns the forced direction
License requirements: None. |
void |
setCylindricalFace(ScCollector cylindricalFace)
License requirements: None. |
void |
setFaceToIgnore(ScCollector faceToIgnore)
License requirements: None. |
void |
setForcedDirection(nxopen.Direction forcedDirection)
License requirements: solid_modeling ("SOLIDS MODELING") . |
void |
setSweepOrientation(SweptVolumeBuilder.SweepOrient sweepOrientation)
License requirements: solid_modeling ("SOLIDS MODELING") . |
void |
setToolBody(ScCollector toolBody)
License requirements: None. |
SweptVolumeBuilder.SweepOrient |
sweepOrientation()
Returns the sweep orientation
License requirements: None. |
ScCollector |
toolBody()
Returns the tool body
License requirements: None. |
Section |
toolPath()
Returns the tool path
License requirements: None. |
ScCollector toolBody() throws NXException, RemoteException
NXException
RemoteException
void setToolBody(ScCollector toolBody) throws NXException, RemoteException
toolBody
- NXException
RemoteException
Section toolPath() throws NXException, RemoteException
NXException
RemoteException
SweptVolumeBuilder.SweepOrient sweepOrientation() throws NXException, RemoteException
NXException
RemoteException
void setSweepOrientation(SweptVolumeBuilder.SweepOrient sweepOrientation) throws NXException, RemoteException
sweepOrientation
- NXException
RemoteException
nxopen.Direction forcedDirection() throws NXException, RemoteException
NXException
RemoteException
void setForcedDirection(nxopen.Direction forcedDirection) throws NXException, RemoteException
forcedDirection
- NXException
RemoteException
BooleanOperation booleanData() throws NXException, RemoteException
NXException
RemoteException
ScCollector cylindricalFace() throws NXException, RemoteException
NXException
RemoteException
void setCylindricalFace(ScCollector cylindricalFace) throws NXException, RemoteException
cylindricalFace
- NXException
RemoteException
ScCollector faceToIgnore() throws NXException, RemoteException
NXException
RemoteException
void setFaceToIgnore(ScCollector faceToIgnore) throws NXException, RemoteException
faceToIgnore
- NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.