public interface EditCrossSectionBuilder
EditCrossSection
builder
FeatureCollection.createEditCrossSectionBuilder(nxopen.features.EditCrossSection)
Property | Value |
---|---|
IncludeBlends | 0 |
IncludeHoles | 1 |
Modifier and Type | Method and Description |
---|---|
void |
changeSectionCurve()
Change the section curves.
|
void |
createSectionCurve()
Create the section curves.
|
void |
deleteSectionSketch(Sketch sectionSketch)
Remove the curve sketch
License requirements: None. |
ScCollector |
face()
Returns the face collector.
|
nxopen.geometricutilities.FaceChangeOverflowBehavior |
faceChangeOverflowBehavior()
Returns the face change overflow behavior.
|
void |
includeBlendFaces()
Include or exclude the blends.
|
boolean |
includeBlends()
Returns the include blends setting.
|
void |
includeHoleFaces()
Include or exclude the holes.
|
boolean |
includeHoles()
Returns the include holes setting.
|
SelectISurface |
plane()
Returns the select plane.
|
void |
recreateSectionCurve()
Recreate the section curves.
|
void |
removeData()
Remove the section data.
|
Sketch |
sectionSketch()
Returns the sketch which holds the section curves
License requirements: None. |
void |
setIncludeBlends(boolean includeBlends)
License requirements: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") . |
void |
setIncludeHoles(boolean includeHoles)
License requirements: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") . |
void |
setSectionSketch(Sketch sectionSketch)
License requirements: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") . |
ScCollector face() throws NXException, RemoteException
NXException
RemoteException
SelectISurface plane() throws NXException, RemoteException
NXException
RemoteException
void createSectionCurve() throws NXException, RemoteException
NXException
RemoteException
void recreateSectionCurve() throws NXException, RemoteException
NXException
RemoteException
void changeSectionCurve() throws NXException, RemoteException
NXException
RemoteException
boolean includeHoles() throws NXException, RemoteException
NXException
RemoteException
void setIncludeHoles(boolean includeHoles) throws NXException, RemoteException
includeHoles
- NXException
RemoteException
boolean includeBlends() throws NXException, RemoteException
NXException
RemoteException
void setIncludeBlends(boolean includeBlends) throws NXException, RemoteException
includeBlends
- NXException
RemoteException
Sketch sectionSketch() throws NXException, RemoteException
NXException
RemoteException
void setSectionSketch(Sketch sectionSketch) throws NXException, RemoteException
sectionSketch
- NXException
RemoteException
void includeBlendFaces() throws NXException, RemoteException
NXException
RemoteException
void includeHoleFaces() throws NXException, RemoteException
NXException
RemoteException
nxopen.geometricutilities.FaceChangeOverflowBehavior faceChangeOverflowBehavior() throws NXException, RemoteException
nxopen.geometricutilities.FaceChangeOverflowBehavior
for details.
NXException
RemoteException
void removeData() throws NXException, RemoteException
NXException
RemoteException
void deleteSectionSketch(Sketch sectionSketch) throws NXException, RemoteException
sectionSketch
- NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.