NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Features::OvercrownBuilder Class Reference

Represents a Overcrown Builder
To create an instance of this this class use Features::FeatureCollection::CreateOvercrownFeatureBuilder

Created in NX4.0.0. More...

Inheritance diagram for NXOpen::Features::OvercrownBuilder:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

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::BodyBaseSurface ()
 Returns the Base Surface when the Global Shaping Operator control is by Function.
NXOpen::SectionBoundarySection ()
 Returns the boundary section.
NXOpen::BodyControlSurface ()
 Returns the Control Surface when the Global Shaping Operator control is by Function.
NXOpen::DirectionDirection ()
 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::NXObjectPointInFormingRegion ()
 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::DirectionStretchDirection ()
 Returns the stretch direction of deformation.

Detailed Description

Represents a Overcrown Builder
To create an instance of this this class use Features::FeatureCollection::CreateOvercrownFeatureBuilder

Created in NX4.0.0.



Member Enumeration Documentation

This enum represents the control type of Global Shaping Operation.

Enumerator:
ControlTypeByFunction 

by function

ControlTypeBySurface 

by surface

This enum represents the type of Global Shaping Operation.

Enumerator:
OperationTypeOvercrown 

overcrown

OperationTypeStretch 

stretch

OperationTypeOffset 

offset

This enum represents the output type of Global Shaping Operation.

Enumerator:
OutputTypeSheet 

sheet

OutputTypeSolid 

solid

This enum represents the transition type of Global Shaping Operation.

Enumerator:
TransitionTypeCurve1 

curve1

TransitionTypeCurve2 

curve2

TransitionTypeLawCurve 

law curve


Member Function Documentation

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")

The target faces for the Global Shaping Operator.

Returns:
target faces
Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

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")

Returns the controlling type Global Shaping Operation.

Type can be


Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Returns the Type of Global Shaping Operation.


Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Returns the output type Global Shaping Operation.


Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

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")

Sets the angular tolerance.


Created in NX7.5.1.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
angularToleranceangular tolerance

Sets the Base Surface when the Global Shaping Operator control is by Function.


Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
basebase

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")

Parameters:
sectionsection

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")

Sets the Control Surface when the Global Shaping Operator control is by Function.


Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
controlcontrol

The default direction.

When Global Shaping operator control is is by Function.


Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

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")

Parameters:
directiondirection

Sets the distance tolerance.


Created in NX7.5.1.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
distanceTolerancedistance 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")

Parameters:
heightExpressionheight expression

Sets the controlling type Global Shaping Operation.

Type can be


Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
typetype

Sets the Type of Global Shaping Operation.


Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
typetype

Sets the output type Global Shaping Operation.


Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
typetype

Sets the Transition option for Global Shaping Operator.


Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
typetype

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")

Parameters:
pointpoint

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")

Parameters:
reverseNormalreverse normal

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")

Parameters:
shapeshape

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")

Parameters:
stretchstretch
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")

Parameters:
facestarget 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")


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.