public interface SweptBuilder
Swept
builder
FeatureCollection.createSweptBuilder(nxopen.features.Swept)
Property | Value |
---|---|
AlignmentMethod.AlignType | Parameter |
GuideRebuildData.Degree | 3 |
GuideRebuildData.RebuildType | None |
OrientationMethod.AngularLaw.EndValue.Value | 0 (millimeters part), 0 (inches part) |
OrientationMethod.AngularLaw.Function | ft |
OrientationMethod.AngularLaw.LawType | Constant |
OrientationMethod.AngularLaw.Parameter | t |
OrientationMethod.AngularLaw.StartValue.Value | 0 (millimeters part), 0 (inches part) |
OrientationMethod.AngularLaw.Value.Value | 0 (millimeters part), 0 (inches part) |
OrientationMethod.OrientationOption | Fixed |
PreserveGuideShapeOption | False |
PreserveShapeOption | True |
ScalingMethod.AreaLaw.EndValue.Value | 1.0 (millimeters part), 1.0 (inches part) |
ScalingMethod.AreaLaw.StartValue.Value | 1.0 (millimeters part), 1.0 (inches part) |
ScalingMethod.AreaLaw.Value.Value | 1.0 (millimeters part), 1.0 (inches part) |
ScalingMethod.BlendingFunctionType | Linear |
ScalingMethod.EndBlendScaleFactor | 1.0 |
ScalingMethod.PerimeterLaw.EndValue.Value | 1.0 (millimeters part), 1.0 (inches part) |
ScalingMethod.PerimeterLaw.StartValue.Value | 1.0 (millimeters part), 1.0 (inches part) |
ScalingMethod.PerimeterLaw.Value.Value | 1.0 (millimeters part), 1.0 (inches part) |
ScalingMethod.ScaleFactor | 1.0 |
ScalingMethod.ScalingOption | Constant |
ScalingMethod.StartBlendScaleFactor | 1.0 |
SectionRebuildData.Degree | 3 |
SectionRebuildData.RebuildType | None |
Modifier and Type | Interface and Description |
---|---|
static class |
SweptBuilder.InterpolationOptions
This enum represents the Interpolation option.
|
static class |
SweptBuilder.SectionLocationTypes
This enum represents the Section Location option.
|
Modifier and Type | Method and Description |
---|---|
AlignmentMethodBuilder |
alignmentMethod()
Returns the alignment method.
|
FeatureOptions |
bodyPreference()
Returns the body type options
License requirements: None. |
double |
g0Tolerance()
Returns the G0 (Position) tolerance.
|
double |
g1Tolerance()
Returns the G1 (Tangent) tolerance.
|
SectionList |
guideList()
Returns the list of guides.
|
Rebuild |
guideRebuildData()
Returns the guide rebuild data
License requirements: None. |
SweptBuilder.InterpolationOptions |
interpolationOption()
Returns the interpolation option.
|
OrientationMethodBuilder |
orientationMethod()
Returns the orientation method.
|
boolean |
preserveGuideShapeOption()
Returns the preserve guide shape option.
|
boolean |
preserveShapeOption()
Returns the preserve shape option.
|
ScalingMethodBuilder |
scalingMethod()
Returns the scaling method.
|
SectionList |
sectionList()
Returns the list of sections.
|
SweptBuilder.SectionLocationTypes |
sectionLocation()
Returns the section location option.
|
Rebuild |
sectionRebuildData()
Returns the section rebuild data
License requirements: None. |
void |
setG0Tolerance(double g0Tolerance)
License requirements: solid_modeling ("SOLIDS MODELING") . |
void |
setG1Tolerance(double g1Tolerance)
License requirements: solid_modeling ("SOLIDS MODELING") . |
void |
setInterpolationOption(SweptBuilder.InterpolationOptions interpolationOption)
License requirements: solid_modeling ("SOLIDS MODELING") . |
void |
setPreserveGuideShapeOption(boolean preserveGuideShapeOption)
License requirements: solid_modeling ("SOLIDS MODELING") . |
void |
setPreserveShapeOption(boolean preserveShapeOption)
License requirements: solid_modeling ("SOLIDS MODELING") . |
void |
setSectionLocation(SweptBuilder.SectionLocationTypes sectionLocation)
License requirements: solid_modeling ("SOLIDS MODELING") . |
Section |
spine()
Returns the spine (optional).
|
SectionList sectionList() throws NXException, RemoteException
NXException
RemoteException
SectionList guideList() throws NXException, RemoteException
NXException
RemoteException
Section spine() throws NXException, RemoteException
NXException
RemoteException
SweptBuilder.SectionLocationTypes sectionLocation() throws NXException, RemoteException
NXException
RemoteException
void setSectionLocation(SweptBuilder.SectionLocationTypes sectionLocation) throws NXException, RemoteException
sectionLocation
- NXException
RemoteException
SweptBuilder.InterpolationOptions interpolationOption() throws NXException, RemoteException
NXException
RemoteException
void setInterpolationOption(SweptBuilder.InterpolationOptions interpolationOption) throws NXException, RemoteException
interpolationOption
- NXException
RemoteException
AlignmentMethodBuilder alignmentMethod() throws NXException, RemoteException
NXException
RemoteException
OrientationMethodBuilder orientationMethod() throws NXException, RemoteException
NXException
RemoteException
ScalingMethodBuilder scalingMethod() throws NXException, RemoteException
NXException
RemoteException
boolean preserveShapeOption() throws NXException, RemoteException
NXException
RemoteException
void setPreserveShapeOption(boolean preserveShapeOption) throws NXException, RemoteException
preserveShapeOption
- NXException
RemoteException
boolean preserveGuideShapeOption() throws NXException, RemoteException
NXException
RemoteException
void setPreserveGuideShapeOption(boolean preserveGuideShapeOption) throws NXException, RemoteException
preserveGuideShapeOption
- NXException
RemoteException
Rebuild guideRebuildData() throws NXException, RemoteException
NXException
RemoteException
Rebuild sectionRebuildData() throws NXException, RemoteException
NXException
RemoteException
double g0Tolerance() throws NXException, RemoteException
NXException
RemoteException
void setG0Tolerance(double g0Tolerance) throws NXException, RemoteException
g0Tolerance
- NXException
RemoteException
double g1Tolerance() throws NXException, RemoteException
NXException
RemoteException
void setG1Tolerance(double g1Tolerance) throws NXException, RemoteException
g1Tolerance
- NXException
RemoteException
FeatureOptions bodyPreference() throws NXException, RemoteException
NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.