NX Open C++ Reference Guide
|
Represents a Overcrown Builder
To create an instance of this this class use Features::FeatureCollection::CreateOvercrownFeatureBuilder
Created in NX4.0.0.
More...
Public Types | |
enum | ControlType { ControlTypeByFunction, ControlTypeBySurface } |
This enum represents the control type of Global Shaping Operation. More... | |
enum | OperationType { OperationTypeOvercrown, OperationTypeStretch, OperationTypeOffset } |
This enum represents the type of Global Shaping Operation. More... | |
enum | OutputType { OutputTypeSheet, OutputTypeSolid } |
This enum represents the output type of Global Shaping Operation. More... | |
enum | TransitionType { TransitionTypeCurve1, TransitionTypeCurve2, TransitionTypeLawCurve } |
This enum represents the transition type of Global Shaping Operation. More... | |
Public Member Functions | |
double | AngularTolerance () |
Returns the angular tolerance. | |
NXOpen::Body * | BaseSurface () |
Returns the Base Surface when the Global Shaping Operator control is by Function. | |
NXOpen::Section * | BoundarySection () |
Returns the boundary section. | |
NXOpen::Body * | ControlSurface () |
Returns the Control Surface when the Global Shaping Operator control is by Function. | |
NXOpen::Direction * | Direction () |
Returns the direction of deformation. | |
double | DistanceTolerance () |
Returns the distance tolerance. | |
std::vector< NXOpen::NXObject * > | GetTargetFaces () |
The target faces for the Global Shaping Operator. | |
NXString | Height () |
Returns the maximum height of deformation. | |
void | InitData () |
Initializes the builder. | |
NXOpen::Features::OvercrownBuilder::ControlType | OperatorControlType () |
Returns the controlling type Global Shaping Operation. | |
NXOpen::Features::OvercrownBuilder::OperationType | OperatorOperationType () |
Returns the Type of Global Shaping Operation. | |
NXOpen::Features::OvercrownBuilder::OutputType | OperatorOutputType () |
Returns the output type Global Shaping Operation. | |
NXOpen::Features::OvercrownBuilder::TransitionType | OperatorTransitionType () |
Returns the Transition option for Global Shaping Operator. | |
NXOpen::NXObject * | PointInFormingRegion () |
Returns the point in forming region. | |
int | ReverseNormal () |
Returns the reverse normal flag for the target faces. | |
void | SetAngularTolerance (double angularTolerance) |
Sets the angular tolerance. | |
void | SetBaseSurface (NXOpen::Body *base) |
Sets the Base Surface when the Global Shaping Operator control is by Function. | |
void | SetBoundarySection (NXOpen::Section *section) |
Sets the boundary section. | |
void | SetCenterPoint () |
Sets the point in forming region. | |
void | SetControlSurface (NXOpen::Body *control) |
Sets the Control Surface when the Global Shaping Operator control is by Function. | |
void | SetDefaultDirection () |
The default direction. | |
void | SetDirection (NXOpen::Direction *direction) |
Sets the direction of deformation. | |
void | SetDistanceTolerance (double distanceTolerance) |
Sets the distance tolerance. | |
void | SetHeight (const NXString &heightExpression) |
Sets the maximum height of deformation. | |
void | SetOperatorControlType (NXOpen::Features::OvercrownBuilder::ControlType type) |
Sets the controlling type Global Shaping Operation. | |
void | SetOperatorOperationType (NXOpen::Features::OvercrownBuilder::OperationType type) |
Sets the Type of Global Shaping Operation. | |
void | SetOperatorOutputType (NXOpen::Features::OvercrownBuilder::OutputType type) |
Sets the output type Global Shaping Operation. | |
void | SetOperatorTransitionType (NXOpen::Features::OvercrownBuilder::TransitionType type) |
Sets the Transition option for Global Shaping Operator. | |
void | SetPointInFormingRegion (NXOpen::NXObject *point) |
Sets the point in forming region. | |
void | SetReverseNormal (int reverseNormal) |
Sets the reverse normal flag for the target faces. | |
void | SetShapeControl (double shape) |
Sets the shape control parameter. | |
void | SetStretchDirection (NXOpen::Direction *stretch) |
Sets the stretch direction of deformation. | |
void | SetTargetFaces (const std::vector< NXOpen::NXObject * > &faces) |
Sets the target faces for the Global Shaping Operator. | |
double | ShapeControl () |
Returns the shape control parameter. | |
NXOpen::Direction * | StretchDirection () |
Returns the stretch direction of deformation. |
Represents a Overcrown Builder
To create an instance of this this class use Features::FeatureCollection::CreateOvercrownFeatureBuilder
Created in NX4.0.0.
Returns the angular tolerance.
Created in NX7.5.1.
License requirements : solid_modeling ("SOLIDS MODELING")
Returns the Base Surface when the Global Shaping Operator control is by Function.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
Returns the boundary section.
When Global Shaping operator control is is by Function, this section bounds the effect of the shape function
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
Returns the Control Surface when the Global Shaping Operator control is by Function.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
Returns the direction of deformation.
When Global Shaping operator control is is by Function, this direction provides the direction of influence of shape function
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
Returns the distance tolerance.
Created in NX7.5.1.
License requirements : solid_modeling ("SOLIDS MODELING")
std::vector<NXOpen::NXObject *> NXOpen::Features::OvercrownBuilder::GetTargetFaces | ( | ) |
The target faces for the Global Shaping Operator.
Returns the maximum height of deformation.
When Global Shaping operator control is by Function this value sets the maximum deformation height
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
Initializes the builder.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
NXOpen::Features::OvercrownBuilder::ControlType NXOpen::Features::OvercrownBuilder::OperatorControlType | ( | ) |
Returns the controlling type Global Shaping Operation.
Type can be
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
NXOpen::Features::OvercrownBuilder::OperationType NXOpen::Features::OvercrownBuilder::OperatorOperationType | ( | ) |
Returns the Type of Global Shaping Operation.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
NXOpen::Features::OvercrownBuilder::OutputType NXOpen::Features::OvercrownBuilder::OperatorOutputType | ( | ) |
Returns the output type Global Shaping Operation.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
NXOpen::Features::OvercrownBuilder::TransitionType NXOpen::Features::OvercrownBuilder::OperatorTransitionType | ( | ) |
Returns the Transition option for Global Shaping Operator.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
Returns the point in forming region.
When Global Shaping operator control is is by Function, this point provides the location of maximum influence of shape function
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
Returns the reverse normal flag for the target faces.
Used by the Variable Offset type.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
void NXOpen::Features::OvercrownBuilder::SetAngularTolerance | ( | double | angularTolerance | ) |
Sets the angular tolerance.
Created in NX7.5.1.
License requirements : solid_modeling ("SOLIDS MODELING")
angularTolerance | angular tolerance |
void NXOpen::Features::OvercrownBuilder::SetBaseSurface | ( | NXOpen::Body * | base | ) |
Sets the Base Surface when the Global Shaping Operator control is by Function.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
base | base |
void NXOpen::Features::OvercrownBuilder::SetBoundarySection | ( | NXOpen::Section * | section | ) |
Sets the boundary section.
When Global Shaping operator control is is by Function, this section bounds the effect of the shape function
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
section | section |
Sets the point in forming region.
When Global Shaping operator control is is by Function, this point provides the location of maximum influence of shape function
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
void NXOpen::Features::OvercrownBuilder::SetControlSurface | ( | NXOpen::Body * | control | ) |
Sets the Control Surface when the Global Shaping Operator control is by Function.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
control | control |
The default direction.
When Global Shaping operator control is is by Function.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
void NXOpen::Features::OvercrownBuilder::SetDirection | ( | NXOpen::Direction * | direction | ) |
Sets the direction of deformation.
When Global Shaping operator control is is by Function, this direction provides the direction of influence of shape function
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
direction | direction |
void NXOpen::Features::OvercrownBuilder::SetDistanceTolerance | ( | double | distanceTolerance | ) |
Sets the distance tolerance.
Created in NX7.5.1.
License requirements : solid_modeling ("SOLIDS MODELING")
distanceTolerance | distance tolerance |
void NXOpen::Features::OvercrownBuilder::SetHeight | ( | const NXString & | heightExpression | ) |
Sets the maximum height of deformation.
When Global Shaping operator control is by Function this value sets the maximum deformation height
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
heightExpression | height expression |
void NXOpen::Features::OvercrownBuilder::SetOperatorControlType | ( | NXOpen::Features::OvercrownBuilder::ControlType | type | ) |
Sets the controlling type Global Shaping Operation.
Type can be
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
type | type |
void NXOpen::Features::OvercrownBuilder::SetOperatorOperationType | ( | NXOpen::Features::OvercrownBuilder::OperationType | type | ) |
Sets the Type of Global Shaping Operation.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
type | type |
void NXOpen::Features::OvercrownBuilder::SetOperatorOutputType | ( | NXOpen::Features::OvercrownBuilder::OutputType | type | ) |
Sets the output type Global Shaping Operation.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
type | type |
void NXOpen::Features::OvercrownBuilder::SetOperatorTransitionType | ( | NXOpen::Features::OvercrownBuilder::TransitionType | type | ) |
Sets the Transition option for Global Shaping Operator.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
type | type |
Sets the point in forming region.
When Global Shaping operator control is is by Function, this point provides the location of maximum influence of shape function
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
point | point |
void NXOpen::Features::OvercrownBuilder::SetReverseNormal | ( | int | reverseNormal | ) |
Sets the reverse normal flag for the target faces.
Used by the Variable Offset type.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
reverseNormal | reverse normal |
void NXOpen::Features::OvercrownBuilder::SetShapeControl | ( | double | shape | ) |
Sets the shape control parameter.
When Global Shaping operator control is by Function this value sets the shape control parameter for the shape function. Value is between 0.0 - 1.0
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
shape | shape |
void NXOpen::Features::OvercrownBuilder::SetStretchDirection | ( | NXOpen::Direction * | stretch | ) |
Sets the stretch direction of deformation.
When Global Shaping operator control is by Function and the type is Stretch this direction provides the stretch direction
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
stretch | stretch |
void NXOpen::Features::OvercrownBuilder::SetTargetFaces | ( | const std::vector< NXOpen::NXObject * > & | faces | ) |
Sets the target faces for the Global Shaping Operator.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
faces | target faces |
Returns the shape control parameter.
When Global Shaping operator control is by Function this value sets the shape control parameter for the shape function. Value is between 0.0 - 1.0
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
Returns the stretch direction of deformation.
When Global Shaping operator control is by Function and the type is Stretch this direction provides the stretch direction
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")