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

Represents a Features::Symmetric builder
To create a new instance of this class, use Features::FeatureCollection::CreateSymmetricBuilder
Default values. More...

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

List of all members.

Public Types

enum  PlaneOptions { PlaneOptionsExisting, PlaneOptionsNew }
 Represents the plane options. More...

Public Member Functions

NXOpen::SelectISurfaceExistingSymmetryPlane ()
 Returns the existing symmetry plane.
NXOpen::SelectFaceMotionFace ()
 Returns the motion face.
NXOpen::Features::FaceRecognitionBuilderMoveAlongFace ()
 Returns the move along face.
NXOpen::PlaneNewSymmetryPlane ()
 Returns the new symmetry plane.
void SetNewSymmetryPlane (NXOpen::Plane *newSymmetryPlane)
 Sets the new symmetry plane.
void SetSymmetryPlaneOption (NXOpen::Features::SymmetricBuilder::PlaneOptions symmetryPlaneOption)
 Sets the symmetry plane option.
NXOpen::SelectFaceStationaryFace ()
 Returns the stationary face.
NXOpen::Features::SymmetricBuilder::PlaneOptions SymmetryPlaneOption ()
 Returns the symmetry plane option.

Detailed Description

Represents a Features::Symmetric builder
To create a new instance of this class, use Features::FeatureCollection::CreateSymmetricBuilder
Default values.

Property Value

MoveAlongFace.CoaxialEnabled

True

MoveAlongFace.CoplanarAxesEnabled

0

MoveAlongFace.CoplanarEnabled

True

MoveAlongFace.EqualDiameterEnabled

0

MoveAlongFace.OffsetEnabled

0

MoveAlongFace.ParallelEnabled

0

MoveAlongFace.PerpendicularEnabled

0

MoveAlongFace.SymmetricEnabled

0

MoveAlongFace.TangentEnabled

0

MoveAlongFace.ThicknessChainEnabled

0

MoveAlongFace.UseFaceBrowse

1

SymmetryPlaneOption

Existing


Created in NX6.0.0.


Member Enumeration Documentation

Represents the plane options.

Enumerator:
PlaneOptionsExisting 

existing plane

PlaneOptionsNew 

new plane


Member Function Documentation

Returns the existing symmetry plane.

The SelectFace object is employed to select existing planar face or datum plane as the symmetry plane if plane option is set to Features::SymmetricBuilder::PlaneOptionsExisting .


Created in NX6.0.0.

License requirements : None

Returns the motion face.

The constraint is applied between the motion face and a stationary face. The motion face is transformed when the constraint is applied.


Created in NX6.0.0.

License requirements : None

Returns the move along face.

The Features::FaceRecognitionBuilder object is employed to collect tag-along faces. When the motion face is selected it is used as a seed for recognition of tag-along faces.


Created in NX6.0.0.

License requirements : None

Returns the new symmetry plane.

The Plane object is employed to define the symmetry plane if plane option is set to Features::SymmetricBuilder::PlaneOptionsNew .


Created in NX6.0.0.

License requirements : None

Sets the new symmetry plane.

The Plane object is employed to define the symmetry plane if plane option is set to Features::SymmetricBuilder::PlaneOptionsNew .


Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
newSymmetryPlanenewsymmetryplane

Sets the symmetry plane option.

The plane of symmetry is the plane that defines symmetry between the stationary face and the motion face. Either Features::SymmetricBuilder::PlaneOptionsExisting or Features::SymmetricBuilder::PlaneOptionsNew plane option could be employed to define the symmetry plane.


Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
symmetryPlaneOptionsymmetryplaneoption

Returns the stationary face.

The constraint is applied between the stationary face and a motion face. The stationary face remains stationary when the constraint is applied.


Created in NX6.0.0.

License requirements : None

Returns the symmetry plane option.

The plane of symmetry is the plane that defines symmetry between the stationary face and the motion face. Either Features::SymmetricBuilder::PlaneOptionsExisting or Features::SymmetricBuilder::PlaneOptionsNew plane option could be employed to define the symmetry plane.


Created in NX6.0.0.

License requirements : None


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