NX Open C++ Reference Guide
|
Represents a Features::GlobalShaping builder
To create a new instance of this class, use Features::FeatureCollection::CreateGlobalShapingBuilder
Default values.
More...
Public Types | |
enum | BodyMethod { BodyMethodSolid, BodyMethodSheet } |
Represents the body method type. More... | |
enum | DeformationTypeValues { DeformationTypeValuesToPoint, DeformationTypeValuesToCurves, DeformationTypeValuesOpenRegion, DeformationTypeValuesWallDeformation, DeformationTypeValuesOverbend, DeformationTypeValuesMatchToSheet, DeformationTypeValuesStretchToPoint, DeformationTypeValuesStretchToCurve, DeformationTypeValuesRadiusReduction, DeformationTypeValuesUnknown } |
Represents the deformation type. More... | |
enum | DirectionMethodType { DirectionMethodTypeSameAsProjection, DirectionMethodTypeNormalToSheet } |
Represents the direction method type. More... | |
enum | OffsetMethod { OffsetMethodConstant, OffsetMethodLawControlled, OffsetMethodCurveDefined } |
Represents the offset method type. More... | |
enum | PointMethodType { PointMethodTypeOffsetFromSheet, PointMethodTypePointDefined } |
Represents the point method type. More... | |
enum | RadiusType { RadiusTypeQuintic, RadiusTypeRadius } |
Represents radius options used. More... | |
enum | RotationMethod { RotationMethodConstant, RotationMethodLawControlled, RotationMethodCurveDefined } |
Represents the rotation method type. More... | |
enum | RotationMethodType { RotationMethodTypeAngle, RotationMethodTypeDistance } |
Represents the rotation type. More... | |
enum | TargetCurveOrientationType { TargetCurveOrientationTypeParallel, TargetCurveOrientationTypePerpendicular } |
Represents the orientation of the target curve(s) to the limit curves. More... | |
enum | TransitionType { TransitionTypeFunction1, TransitionTypeFunction2, TransitionTypeLaw, TransitionTypeG2 } |
Represents the transition method type. More... | |
Public Member Functions | |
double | AngleTolerance () |
Returns the angle tolerance Created in NX5.0.0. | |
NXOpen::SelectNXObjectList * | AssociatedObjects () |
Returns the objects to transform with the deformation Created in NX7.5.0. | |
NXOpen::Section * | BendCurve () |
Returns the bend curve Created in NX5.0.0. | |
NXOpen::Features::GlobalShapingBuilder::DirectionMethodType | DeformationDirectionMethod () |
Returns the deformation direction method Created in NX5.0.0. | |
bool | DeformationDirectionReverse () |
Returns the deformation direction reverse Created in NX5.0.0. | |
NXOpen::Features::GlobalShapingBuilder::DeformationTypeValues | DeformationType () |
Returns the deformation type Created in NX5.0.0. | |
double | DistanceTolerance () |
Returns the distance tolerance Created in NX5.0.0. | |
NXOpen::GeometricUtilities::FeatureOptions * | FeatureOptions () |
Returns the feature options Created in NX5.0.0. | |
NXOpen::Section * | FirstRegionLimitCurve () |
Returns the first region limit curve Created in NX5.0.0. | |
NXOpen::GeometricUtilities::LawBuilder * | FirstRegionLimitCurveOffsetLaw () |
Returns the region to deform offset law Created in NX5.0.0. | |
NXOpen::ScCollector * | FirstRegionOffsetCurve () |
Returns the first region offset curve Created in NX5.0.0. | |
NXOpen::ScCollector * | FirstTargetCurve () |
Returns the first target curve Created in NX5.0.0. | |
NXOpen::Expression * | FirstTargetCurveOffset () |
Returns the first target curve offset Created in NX5.0.0. | |
int | IterationCount () |
Returns the maximum iterations count used for approximating the deformed sheet. | |
bool | ModifyInputSheet () |
Returns the modify input sheet Created in NX5.0.0. | |
NXOpen::Features::GlobalShapingCurveOffsetBuilder * | NewTargetCurve () |
Create a new target curve. | |
NXOpen::Features::GlobalShapingPointOffsetBuilder * | NewTargetPoint () |
Create a new target point. | |
NXOpen::Direction * | ProjectionDirection () |
Returns the projection direction Created in NX5.0.0. | |
NXOpen::Features::GlobalShapingBuilder::RadiusType | RadiusOptions () |
Returns the radius options Created in NX5.0.0. | |
NXOpen::Expression * | RadiusReductionPercent () |
Returns the radius reduction percent Created in NX7.0.0. | |
NXOpen::ScCollector * | RegionEdgeCurve () |
Returns the region edge curve Created in NX5.0.0. | |
NXOpen::Section * | RegionLimitCurve () |
Returns the region limit curve Created in NX5.0.0. | |
NXOpen::Section * | RegionToDeform () |
Returns the region to deform Created in NX5.0.0. | |
NXOpen::Expression * | RegionToDeformOffset () |
Returns the region boundary offset Created in NX5.0.0. | |
NXOpen::Expression * | RotationAngle () |
Returns the rotation angle value Created in NX5.0.0. | |
NXOpen::GeometricUtilities::LawBuilder * | RotationAngleLaw () |
Returns the rotation angle law Created in NX5.0.0. | |
bool | RotationAngleReverseDirection () |
Returns the rotation angle reverse direction Created in NX5.0.0. | |
NXOpen::Features::GlobalShapingBuilder::RotationMethod | RotationAngleType () |
Returns the rotation angle type Created in NX5.0.0. | |
NXOpen::Expression * | RotationDistance () |
Returns the rotation distance value Created in NX6.0.0. | |
NXOpen::GeometricUtilities::LawBuilder * | RotationDistanceLaw () |
Returns the rotation distance law Created in NX5.0.0. | |
NXOpen::Section * | RotationTargetCurve () |
Returns the rotation target curve Created in NX6.0.0. | |
NXOpen::Features::GlobalShapingBuilder::RotationMethodType | RotationType () |
Returns the rotation type Created in NX6.0.0. | |
NXOpen::Section * | SecondRegionLimitCurve () |
Returns the second region limit curve Created in NX5.0.0. | |
NXOpen::GeometricUtilities::LawBuilder * | SecondRegionLimitCurveOffsetLaw () |
Returns the second region limit curve offset law Created in NX5.0.0. | |
NXOpen::ScCollector * | SecondRegionOffsetCurve () |
Returns the second region offset curve Created in NX5.0.0. | |
NXOpen::ScCollector * | SecondTargetCurve () |
Returns the second target curve Created in NX5.0.0. | |
NXOpen::Expression * | SecondTargetCurveOffset () |
Returns the second target curve offset Created in NX5.0.0. | |
void | SetAngleTolerance (double angleTolerance) |
Sets the angle tolerance Created in NX5.0.0. | |
void | SetDeformationDirectionMethod (NXOpen::Features::GlobalShapingBuilder::DirectionMethodType deformationDirectionMethod) |
Sets the deformation direction method Created in NX5.0.0. | |
void | SetDeformationDirectionReverse (bool deformationDirectionReverse) |
Sets the deformation direction reverse Created in NX5.0.0. | |
void | SetDeformationType (NXOpen::Features::GlobalShapingBuilder::DeformationTypeValues deformationType) |
Sets the deformation type Created in NX5.0.0. | |
void | SetDistanceTolerance (double distanceTolerance) |
Sets the distance tolerance Created in NX5.0.0. | |
void | SetIterationCount (int iterationCount) |
Sets the maximum iterations count used for approximating the deformed sheet. | |
void | SetModifyInputSheet (bool modifyInputSheet) |
Sets the modify input sheet Created in NX5.0.0. | |
void | SetProjectionDirection (NXOpen::Direction *projectionDirection) |
Sets the projection direction Created in NX5.0.0. | |
void | SetRadiusOptions (NXOpen::Features::GlobalShapingBuilder::RadiusType radiusOptions) |
Sets the radius options Created in NX5.0.0. | |
void | SetRotationAngleReverseDirection (bool rotationAngleReverseDirection) |
Sets the rotation angle reverse direction Created in NX5.0.0. | |
void | SetRotationAngleType (NXOpen::Features::GlobalShapingBuilder::RotationMethod rotationAngleType) |
Sets the rotation angle type Created in NX5.0.0. | |
void | SetRotationType (NXOpen::Features::GlobalShapingBuilder::RotationMethodType rotationType) |
Sets the rotation type Created in NX6.0.0. | |
void | SetStretchDirection (NXOpen::Direction *stretchDirection) |
Sets the stretch direction Created in NX5.0.0. | |
void | SetTargetCurveOffsetType (NXOpen::Features::GlobalShapingBuilder::OffsetMethod targetCurveOffsetType) |
Sets the target curve offset type Created in NX5.0.0. | |
void | SetTargetCurveOrientation (NXOpen::Features::GlobalShapingBuilder::TargetCurveOrientationType orientation) |
Sets the orientation of the target curve to the limit curves. | |
void | SetTargetPoint (NXOpen::Point *targetPoint) |
Sets the target point Created in NX5.0.0. | |
void | SetTargetPointMethod (NXOpen::Features::GlobalShapingBuilder::PointMethodType targetPointMethod) |
Sets the target point method Created in NX5.0.0. | |
void | SetTransitionOptions (NXOpen::Features::GlobalShapingBuilder::TransitionType transitionOptions) |
Sets the transition options Created in NX5.0.0. | |
void | SetTransitionShapeControl (double transitionShapeControl) |
Sets the transition shape control Created in NX5.0.0. | |
NXOpen::ScCollector * | SheetToDeform () |
Returns the sheet to deform Created in NX5.0.0. | |
NXOpen::Direction * | StretchDirection () |
Returns the stretch direction Created in NX5.0.0. | |
NXOpen::Expression * | TaperEnd () |
Returns the taper end. | |
NXOpen::Expression * | TaperStart () |
Returns the taper start. | |
NXOpen::Section * | TargetCurve () |
Returns the target curve Created in NX5.0.0. | |
NXOpen::Expression * | TargetCurveOffset () |
Returns the target curve offset Created in NX5.0.0. | |
NXOpen::GeometricUtilities::LawBuilder * | TargetCurveOffsetLaw () |
Returns the target curve offset law Created in NX5.0.0. | |
NXOpen::Features::GlobalShapingBuilder::OffsetMethod | TargetCurveOffsetType () |
Returns the target curve offset type Created in NX5.0.0. | |
NXOpen::Features::GlobalShapingBuilder::TargetCurveOrientationType | TargetCurveOrientation () |
Returns the orientation of the target curve to the limit curves. | |
NXOpen::Features::GlobalShapingCurveOffsetBuilderList * | TargetCurvesList () |
Returns the target curves list Created in NX7.5.0. | |
NXOpen::Point * | TargetPoint () |
Returns the target point Created in NX5.0.0. | |
NXOpen::Features::GlobalShapingBuilder::PointMethodType | TargetPointMethod () |
Returns the target point method Created in NX5.0.0. | |
NXOpen::Expression * | TargetPointOffset () |
Returns the target point offset Created in NX5.0.0. | |
NXOpen::Features::GlobalShapingPointOffsetBuilderList * | TargetPointsList () |
Returns the target points list Created in NX7.5.0. | |
NXOpen::ScCollector * | TargetSheet () |
Returns the target sheet Created in NX5.0.0. | |
NXOpen::GeometricUtilities::LawBuilder * | TransitionLaw () |
Returns the transition law Created in NX5.0.0. | |
NXOpen::Features::GlobalShapingBuilder::TransitionType | TransitionOptions () |
Returns the transition options Created in NX5.0.0. | |
double | TransitionShapeControl () |
Returns the transition shape control Created in NX5.0.0. |
Represents a Features::GlobalShaping builder
To create a new instance of this class, use Features::FeatureCollection::CreateGlobalShapingBuilder
Default values.
Property | Value |
---|---|
FirstRegionLimitCurveOffsetLaw.Function |
ft |
FirstRegionLimitCurveOffsetLaw.LawType |
Constant |
FirstRegionLimitCurveOffsetLaw.Parameter |
t |
Created in NX5.0.0.
Represents the deformation type.
Represents the offset method type.
OffsetMethodConstant |
Constant offset. |
OffsetMethodLawControlled |
Law controlled. |
OffsetMethodCurveDefined |
Curve interpolated. |
Represents radius options used.
Represents the rotation method type.
RotationMethodConstant |
Constant anlge rotation. |
RotationMethodLawControlled |
Law controlled rotation. |
RotationMethodCurveDefined |
Curve interpolated rotation. |
Represents the orientation of the target curve(s) to the limit curves.
With parallel option you can specify only one law. With the perpendicular option, you can specify multiple laws.
Represents the transition method type.
TransitionTypeFunction1 |
Tangent continuous transition. |
TransitionTypeFunction2 |
Position continuous transition. |
TransitionTypeLaw |
Transition by law. |
TransitionTypeG2 |
g2 continuous |
Returns the angle tolerance
Created in NX5.0.0.
License requirements : None
Returns the objects to transform with the deformation
Created in NX7.5.0.
License requirements : None
Returns the bend curve
Created in NX5.0.0.
License requirements : None
NXOpen::Features::GlobalShapingBuilder::DirectionMethodType NXOpen::Features::GlobalShapingBuilder::DeformationDirectionMethod | ( | ) |
Returns the deformation direction method
Created in NX5.0.0.
License requirements : None
Returns the deformation direction reverse
Created in NX5.0.0.
License requirements : None
NXOpen::Features::GlobalShapingBuilder::DeformationTypeValues NXOpen::Features::GlobalShapingBuilder::DeformationType | ( | ) |
Returns the deformation type
Created in NX5.0.0.
License requirements : None
Returns the distance tolerance
Created in NX5.0.0.
License requirements : None
NXOpen::GeometricUtilities::FeatureOptions* NXOpen::Features::GlobalShapingBuilder::FeatureOptions | ( | ) |
Returns the feature options
Created in NX5.0.0.
License requirements : None
Returns the first region limit curve
Created in NX5.0.0.
License requirements : None
NXOpen::GeometricUtilities::LawBuilder* NXOpen::Features::GlobalShapingBuilder::FirstRegionLimitCurveOffsetLaw | ( | ) |
Returns the region to deform offset law
Created in NX5.0.0.
License requirements : None
Returns the first region offset curve
Created in NX5.0.0.
License requirements : None
Returns the first target curve
Created in NX5.0.0.
License requirements : None
Returns the first target curve offset
Created in NX5.0.0.
License requirements : None
Returns the maximum iterations count used for approximating the deformed sheet.
Created in NX7.5.0.
License requirements : None
Returns the modify input sheet
Created in NX5.0.0.
License requirements : None
NXOpen::Features::GlobalShapingCurveOffsetBuilder* NXOpen::Features::GlobalShapingBuilder::NewTargetCurve | ( | ) |
Create a new target curve.
NXOpen::Features::GlobalShapingPointOffsetBuilder* NXOpen::Features::GlobalShapingBuilder::NewTargetPoint | ( | ) |
Create a new target point.
Returns the projection direction
Created in NX5.0.0.
License requirements : None
NXOpen::Features::GlobalShapingBuilder::RadiusType NXOpen::Features::GlobalShapingBuilder::RadiusOptions | ( | ) |
Returns the radius options
Created in NX5.0.0.
License requirements : None
Returns the radius reduction percent
Created in NX7.0.0.
License requirements : None
Returns the region edge curve
Created in NX5.0.0.
License requirements : None
Returns the region limit curve
Created in NX5.0.0.
License requirements : None
Returns the region to deform
Created in NX5.0.0.
License requirements : None
Returns the region boundary offset
Created in NX5.0.0.
License requirements : None
Returns the rotation angle value
Created in NX5.0.0.
License requirements : None
NXOpen::GeometricUtilities::LawBuilder* NXOpen::Features::GlobalShapingBuilder::RotationAngleLaw | ( | ) |
Returns the rotation angle law
Created in NX5.0.0.
License requirements : None
Returns the rotation angle reverse direction
Created in NX5.0.0.
License requirements : None
NXOpen::Features::GlobalShapingBuilder::RotationMethod NXOpen::Features::GlobalShapingBuilder::RotationAngleType | ( | ) |
Returns the rotation angle type
Created in NX5.0.0.
License requirements : None
Returns the rotation distance value
Created in NX6.0.0.
License requirements : None
NXOpen::GeometricUtilities::LawBuilder* NXOpen::Features::GlobalShapingBuilder::RotationDistanceLaw | ( | ) |
Returns the rotation distance law
Created in NX5.0.0.
License requirements : None
Returns the rotation target curve
Created in NX6.0.0.
License requirements : None
NXOpen::Features::GlobalShapingBuilder::RotationMethodType NXOpen::Features::GlobalShapingBuilder::RotationType | ( | ) |
Returns the rotation type
Created in NX6.0.0.
License requirements : None
Returns the second region limit curve
Created in NX5.0.0.
License requirements : None
NXOpen::GeometricUtilities::LawBuilder* NXOpen::Features::GlobalShapingBuilder::SecondRegionLimitCurveOffsetLaw | ( | ) |
Returns the second region limit curve offset law
Created in NX5.0.0.
License requirements : None
Returns the second region offset curve
Created in NX5.0.0.
License requirements : None
Returns the second target curve
Created in NX5.0.0.
License requirements : None
Returns the second target curve offset
Created in NX5.0.0.
License requirements : None
void NXOpen::Features::GlobalShapingBuilder::SetAngleTolerance | ( | double | angleTolerance | ) |
Sets the angle tolerance
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
angleTolerance | angletolerance |
void NXOpen::Features::GlobalShapingBuilder::SetDeformationDirectionMethod | ( | NXOpen::Features::GlobalShapingBuilder::DirectionMethodType | deformationDirectionMethod | ) |
Sets the deformation direction method
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
deformationDirectionMethod | deformationdirectionmethod |
void NXOpen::Features::GlobalShapingBuilder::SetDeformationDirectionReverse | ( | bool | deformationDirectionReverse | ) |
Sets the deformation direction reverse
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
deformationDirectionReverse | deformationdirectionreverse |
void NXOpen::Features::GlobalShapingBuilder::SetDeformationType | ( | NXOpen::Features::GlobalShapingBuilder::DeformationTypeValues | deformationType | ) |
Sets the deformation type
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
deformationType | deformationtype |
void NXOpen::Features::GlobalShapingBuilder::SetDistanceTolerance | ( | double | distanceTolerance | ) |
Sets the distance tolerance
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
distanceTolerance | distancetolerance |
void NXOpen::Features::GlobalShapingBuilder::SetIterationCount | ( | int | iterationCount | ) |
Sets the maximum iterations count used for approximating the deformed sheet.
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
iterationCount | iterationcount |
void NXOpen::Features::GlobalShapingBuilder::SetModifyInputSheet | ( | bool | modifyInputSheet | ) |
Sets the modify input sheet
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
modifyInputSheet | modifyinputsheet |
void NXOpen::Features::GlobalShapingBuilder::SetProjectionDirection | ( | NXOpen::Direction * | projectionDirection | ) |
Sets the projection direction
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
projectionDirection | projectiondirection |
void NXOpen::Features::GlobalShapingBuilder::SetRadiusOptions | ( | NXOpen::Features::GlobalShapingBuilder::RadiusType | radiusOptions | ) |
Sets the radius options
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
radiusOptions | radiusoptions |
void NXOpen::Features::GlobalShapingBuilder::SetRotationAngleReverseDirection | ( | bool | rotationAngleReverseDirection | ) |
Sets the rotation angle reverse direction
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
rotationAngleReverseDirection | rotationanglereversedirection |
void NXOpen::Features::GlobalShapingBuilder::SetRotationAngleType | ( | NXOpen::Features::GlobalShapingBuilder::RotationMethod | rotationAngleType | ) |
Sets the rotation angle type
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
rotationAngleType | rotationangletype |
void NXOpen::Features::GlobalShapingBuilder::SetRotationType | ( | NXOpen::Features::GlobalShapingBuilder::RotationMethodType | rotationType | ) |
Sets the rotation type
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
rotationType | rotationtype |
void NXOpen::Features::GlobalShapingBuilder::SetStretchDirection | ( | NXOpen::Direction * | stretchDirection | ) |
Sets the stretch direction
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
stretchDirection | stretchdirection |
void NXOpen::Features::GlobalShapingBuilder::SetTargetCurveOffsetType | ( | NXOpen::Features::GlobalShapingBuilder::OffsetMethod | targetCurveOffsetType | ) |
Sets the target curve offset type
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
targetCurveOffsetType | targetcurveoffsettype |
void NXOpen::Features::GlobalShapingBuilder::SetTargetCurveOrientation | ( | NXOpen::Features::GlobalShapingBuilder::TargetCurveOrientationType | orientation | ) |
Sets the orientation of the target curve to the limit curves.
Only used when deformation_type is Features::GlobalShapingBuilder::DeformationTypeValuesWallDeformation .
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
orientation | orientation |
void NXOpen::Features::GlobalShapingBuilder::SetTargetPoint | ( | NXOpen::Point * | targetPoint | ) |
Sets the target point
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
targetPoint | targetpoint |
void NXOpen::Features::GlobalShapingBuilder::SetTargetPointMethod | ( | NXOpen::Features::GlobalShapingBuilder::PointMethodType | targetPointMethod | ) |
Sets the target point method
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
targetPointMethod | targetpointmethod |
void NXOpen::Features::GlobalShapingBuilder::SetTransitionOptions | ( | NXOpen::Features::GlobalShapingBuilder::TransitionType | transitionOptions | ) |
Sets the transition options
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
transitionOptions | transitionoptions |
void NXOpen::Features::GlobalShapingBuilder::SetTransitionShapeControl | ( | double | transitionShapeControl | ) |
Sets the transition shape control
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
transitionShapeControl | transitionshapecontrol |
Returns the sheet to deform
Created in NX5.0.0.
License requirements : None
Returns the stretch direction
Created in NX5.0.0.
License requirements : None
Returns the taper end.
Distance at the end to apply the taper.
Created in NX7.0.0.
License requirements : None
Returns the taper start.
Distance at the start to apply the taper.
Created in NX7.0.0.
License requirements : None
Returns the target curve
Created in NX5.0.0.
License requirements : None
Returns the target curve offset
Created in NX5.0.0.
License requirements : None
NXOpen::GeometricUtilities::LawBuilder* NXOpen::Features::GlobalShapingBuilder::TargetCurveOffsetLaw | ( | ) |
Returns the target curve offset law
Created in NX5.0.0.
License requirements : None
NXOpen::Features::GlobalShapingBuilder::OffsetMethod NXOpen::Features::GlobalShapingBuilder::TargetCurveOffsetType | ( | ) |
Returns the target curve offset type
Created in NX5.0.0.
License requirements : None
NXOpen::Features::GlobalShapingBuilder::TargetCurveOrientationType NXOpen::Features::GlobalShapingBuilder::TargetCurveOrientation | ( | ) |
Returns the orientation of the target curve to the limit curves.
Only used when deformation_type is Features::GlobalShapingBuilder::DeformationTypeValuesWallDeformation .
Created in NX7.5.0.
License requirements : None
NXOpen::Features::GlobalShapingCurveOffsetBuilderList* NXOpen::Features::GlobalShapingBuilder::TargetCurvesList | ( | ) |
Returns the target curves list
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
Returns the target point
Created in NX5.0.0.
License requirements : None
NXOpen::Features::GlobalShapingBuilder::PointMethodType NXOpen::Features::GlobalShapingBuilder::TargetPointMethod | ( | ) |
Returns the target point method
Created in NX5.0.0.
License requirements : None
Returns the target point offset
Created in NX5.0.0.
License requirements : None
NXOpen::Features::GlobalShapingPointOffsetBuilderList* NXOpen::Features::GlobalShapingBuilder::TargetPointsList | ( | ) |
Returns the target points list
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
Returns the target sheet
Created in NX5.0.0.
License requirements : None
Returns the transition law
Created in NX5.0.0.
License requirements : None
NXOpen::Features::GlobalShapingBuilder::TransitionType NXOpen::Features::GlobalShapingBuilder::TransitionOptions | ( | ) |
Returns the transition options
Created in NX5.0.0.
License requirements : None
Returns the transition shape control
Created in NX5.0.0.
License requirements : None