public interface EmbossTarget extends TaggedObject
Modifier and Type | Method and Description |
---|---|
Expression |
distance()
Returns the offset/translate distance
License requirements: None. |
ScCollector |
endcapFace()
Returns the face to produce End-Cap
License requirements: None. |
ISurface |
endcapPlane()
Returns the plane to produce End-Cap
License requirements: None. |
boolean |
flipDirection()
Returns the flip flag for translation direction
License requirements: None. |
void |
setDistance(String distance)
The distance expression formula string for offset or translation
License requirements: solid_modeling ("SOLIDS MODELING") . |
void |
setEndcapFace(ScCollector endcapFaceCollector)
Sets the face to produce End-Cap
License requirements: solid_modeling ("SOLIDS MODELING") . |
void |
setEndcapPlane(ISurface endcapPlane)
Sets the plane to produce End-Cap
License requirements: solid_modeling ("SOLIDS MODELING") . |
void |
setFlipDirection(boolean dirFlip)
Sets the flip flag for translation direction
License requirements: solid_modeling ("SOLIDS MODELING") . |
void |
setTargetFace(ScCollector targetFaceCollector)
Sets the target faces on which the emboss places.
|
ScCollector |
targetFace()
Returns the target faces on which the emboss places.
|
printTestData, printTestData, tag, tagValue
void setTargetFace(ScCollector targetFaceCollector) throws NXException, RemoteException
targetFaceCollector
- Target faces on which the emboss places.NXException
RemoteException
ScCollector targetFace() throws NXException, RemoteException
NXException
RemoteException
void setEndcapFace(ScCollector endcapFaceCollector) throws NXException, RemoteException
endcapFaceCollector
- Faces to create endcap if End-Cap source option is Features.EmbossLimit.EndcapSourceOption#FACE
NXException
RemoteException
ScCollector endcapFace() throws NXException, RemoteException
Features.EmbossLimit.EndcapSourceOption#FACE
NXException
RemoteException
void setEndcapPlane(ISurface endcapPlane) throws NXException, RemoteException
endcapPlane
- Plane to create End-Cap if End-Cap source option is Features.EmbossLimit.EndcapSourceOption#PLANE
NXException
RemoteException
ISurface endcapPlane() throws NXException, RemoteException
Features.EmbossLimit.EndcapSourceOption#PLANE
NXException
RemoteException
void setDistance(String distance) throws NXException, RemoteException
distance
- The distance expression formula string for offset or translation NXException
RemoteException
Expression distance() throws NXException, RemoteException
NXException
RemoteException
void setFlipDirection(boolean dirFlip) throws NXException, RemoteException
dirFlip
- If true, the emboss direction is reversed to the defined translation directionNXException
RemoteException
boolean flipDirection() throws NXException, RemoteException
NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.