NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Features::ShipDesign::ShellTemplateBuilder Class Reference

Used to edit or create a NXOpen::Features::ShipDesign::ShellTemplate feature. More...

Inheritance diagram for NXOpen::Features::ShipDesign::ShellTemplateBuilder:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  CornerCutTypes { CornerCutTypesNone, CornerCutTypesStart, CornerCutTypesEnd }
 The option for creating corner cuts on the templates. More...
 
enum  MarkingTypes { MarkingTypesNone, MarkingTypesXDirectionOnly, MarkingTypesYDirectionOnly, MarkingTypesXandYDirections }
 The option for controlling which marking lines are drawn on the plate. More...
 
enum  PlaneLocationTypes { PlaneLocationTypesExisting, PlaneLocationTypesOffset }
 The option for how the plane locations will be specified as input. More...
 
enum  SightLineCutTypes { SightLineCutTypesNone, SightLineCutTypesTowardStart, SightLineCutTypesTowardEnd }
 The option for creating sight line cuts on the templates. More...
 
enum  Types { TypesManual, TypesInferCoordinateSystem }
 The option for controlling how the coordinate system for template creation is specified. More...
 

Public Member Functions

double AngleTolerance ()
 Returns the modeling angle tolerance. More...
 
NXOpen::CoordinateSystemCoordinateSystem ()
 Returns the coordinate system defining the origin as well as the X and Y axis for the templates. More...
 
NXOpen::Features::ShipDesign::ShellTemplateBuilder::CornerCutTypes CornerCutType ()
 Returns the value that specifies if and where to create corner cuts
Created in NX10.0.0. More...
 
bool CreateSeparateParts ()
 Returns the value that determines if separate pars are created
Created in NX10.0.0. More...
 
double DistanceTolerance ()
 Returns the modeling distance tolerance. More...
 
NXOpen::ExpressionEndXTemplateOffset ()
 Returns the expression defining the value of the end offset of the template for set 1 (X). More...
 
NXOpen::ExpressionEndYTemplateOffset ()
 Returns the expression defining the value of the end offset of the template for set 2 (Y). More...
 
NXOpen::Features::ShipDesign::ShellTemplateBuilder::MarkingTypes MarkingLinesDirectionType ()
 Returns the value that specifies which marking lines are drawn on the plate
Created in NX10.0.0. More...
 
NXOpen::SelectIBasePlaneListPlaneAutomatic ()
 Returns the planes specifying both the X and Y orientations of the templates. More...
 
NXOpen::Features::ShipDesign::ShellTemplateBuilder::PlaneLocationTypes PlaneMethod ()
 Returns the value identifying how the planes (used for sections) will be specified (See NXOpen::Features::ShipDesign::ShellTemplateBuilder::PlaneLocationTypes for the plane methods). More...
 
void SetAngleTolerance (double angleTolerance)
 Sets the modeling angle tolerance. More...
 
void SetCoordinateSystem (NXOpen::CoordinateSystem *coordinateSystem)
 Sets the coordinate system defining the origin as well as the X and Y axis for the templates. More...
 
void SetCornerCutType (NXOpen::Features::ShipDesign::ShellTemplateBuilder::CornerCutTypes cornerCutType)
 Sets the value that specifies if and where to create corner cuts
Created in NX10.0.0. More...
 
void SetCreateSeparateParts (bool createSeparateParts)
 Sets the value that determines if separate pars are created
Created in NX10.0.0. More...
 
void SetDistanceTolerance (double distanceTolerance)
 Sets the modeling distance tolerance. More...
 
void SetMarkingLinesDirectionType (NXOpen::Features::ShipDesign::ShellTemplateBuilder::MarkingTypes markingLinesDirectionType)
 Sets the value that specifies which marking lines are drawn on the plate
Created in NX10.0.0. More...
 
void SetPlaneMethod (NXOpen::Features::ShipDesign::ShellTemplateBuilder::PlaneLocationTypes planeMethod)
 Sets the value identifying how the planes (used for sections) will be specified (See NXOpen::Features::ShipDesign::ShellTemplateBuilder::PlaneLocationTypes for the plane methods). More...
 
void SetSightLineCutType (NXOpen::Features::ShipDesign::ShellTemplateBuilder::SightLineCutTypes sightLineCutType)
 Sets the value that specifies if and where to create sight line cuts
Created in NX10.0.0. More...
 
void SetSpecifyXPlane (NXOpen::Plane *specifyXPlane)
 Sets the plane specifying the X direction for the coordinate system. More...
 
void SetSpecifyYPlane (NXOpen::Plane *specifyYPlane)
 Sets the plane specifying the Y direction for the coordinate system. More...
 
void SetTemplateSetName (const NXString &templateSetName)
 Sets the template set name assigned to the part attribute
Created in NX10.0.0. More...
 
void SetTemplateSetName (const char *templateSetName)
 Sets the template set name assigned to the part attribute
Created in NX10.0.0. More...
 
void SetType (NXOpen::Features::ShipDesign::ShellTemplateBuilder::Types type)
 Sets the value defining how the coordinate system will be defined. More...
 
void SetXPlaneUserDefined (bool xPlaneUserDefined)
 Sets the value specifying that the plane for the X direction was user defined. More...
 
void SetYPlaneUserDefined (bool yPlaneUserDefined)
 Sets the value specifying that the plane for the Y direction was user defined. More...
 
NXOpen::Features::ShipDesign::ShellTemplateBuilder::SightLineCutTypes SightLineCutType ()
 Returns the value that specifies if and where to create sight line cuts
Created in NX10.0.0. More...
 
NXOpen::PlaneSpecifyXPlane ()
 Returns the plane specifying the X direction for the coordinate system. More...
 
NXOpen::PlaneSpecifyYPlane ()
 Returns the plane specifying the Y direction for the coordinate system. More...
 
NXOpen::ExpressionStartXTemplateOffset ()
 Returns the expression defining the value of the start offset of the template for set 1 (X). More...
 
NXOpen::ExpressionStartYTemplateOffset ()
 Returns the expression defining the value of the start offset of the template for set 2 (Y). More...
 
NXOpen::ScCollectorSurface ()
 Returns the surface that the templates will be built to. More...
 
NXString TemplateSetName ()
 Returns the template set name assigned to the part attribute
Created in NX10.0.0. More...
 
NXOpen::ExpressionThickness ()
 Returns the expression defining the value of the thickness of the template. More...
 
NXOpen::Features::ShipDesign::ShellTemplateBuilder::Types Type ()
 Returns the value defining how the coordinate system will be defined. More...
 
NXOpen::ExpressionXOffset ()
 Returns the expression defining the value of the offset to apply in the X direction. More...
 
bool XPlaneUserDefined ()
 Returns the value specifying that the plane for the X direction was user defined. More...
 
NXOpen::ExpressionYOffset ()
 Returns the expression defining the value of the offset to apply in the Y direction. More...
 
bool YPlaneUserDefined ()
 Returns the value specifying that the plane for the Y direction was user defined. More...
 
- Public Member Functions inherited from NXOpen::Features::FeatureBuilder
NXOpen::Features::FeatureCommitFeature ()
 Commits the feature parameters and creates the feature. More...
 
NXOpen::Features::FeatureGetFeature ()
 Returns the feature currently being edited by this builder. More...
 
void HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature)
 Re-suppress an internal parent feature (a slave feature) after it has been edited. More...
 
bool ParentFeatureInternal ()
 Returns whether or not the latest timestamped parent feature of this feature should be made internal
Created in NX5.0.0. More...
 
bool PatchSolutionFlag ()
 Returns the patch solution flag
Created in NX8.0.1. More...
 
NXString PatchSurfaceFilename ()
 Returns the patch surface filename
Created in NX8.0.1. More...
 
void SetParentFeatureInternal (NXOpen::Features::Feature *parentFeature)
 Set the parent features which would be internal or slaves to the feature being created or commited
Created in NX6.0.0. More...
 
void SetParentFeatureInternal (bool isInternal)
 Sets whether or not the latest timestamped parent feature of this feature should be made internal
Created in NX5.0.0. More...
 
void SetPatchSolutionFlag (bool optionValue)
 Sets the patch solution flag
Created in NX8.0.1. More...
 
void SetPatchSurfaceFilename (const NXString &surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1. More...
 
void SetPatchSurfaceFilename (const char *surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1. More...
 
void SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1. More...
 
void SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1. More...
 
void ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature)
 Unsuppress an internal parent feature (a slave feature) so it can be edited. More...
 
NXString SurroundingPatchSurfaceFilename ()
 Returns the surrounding patch surface filename
Created in NX8.0.1. More...
 
void UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature)
 Set the internal parent feature of the feature being edited to external
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Used to edit or create a NXOpen::Features::ShipDesign::ShellTemplate feature.

The shell templates are defined on a surface by specifying a primary orientation coordinate system. The orientation coordinate system is then used to build, or filter, planes used to locate each individual template. There are 2 primary methods for defining the input. Manual allows for specific, selected, data to limit various aspects of the build (for example, build with only 1 plane). Inferred allows for the tools to generate data, thus building with a minimal of predefined input data.
To create a new instance of this class, use NXOpen::Features::ShipCollection::CreateShellTemplateBuilder
Default values.

Property Value

CornerCutType

None

CreateSeparateParts

0

EndXTemplateOffset.Value

0 (millimeters part), 0 (inches part)

EndYTemplateOffset.Value

0 (millimeters part), 0 (inches part)

MarkingLinesDirectionType

XandYDirections

PlaneMethod

Existing

SightLineCutType

None

StartXTemplateOffset.Value

0 (millimeters part), 0 (inches part)

StartYTemplateOffset.Value

0 (millimeters part), 0 (inches part)

Thickness.Value

0 (millimeters part), 0 (inches part)

XOffset.Value

300.0 (millimeters part), 12.0 (inches part)

YOffset.Value

300.0 (millimeters part), 12.0 (inches part)


Created in NX8.0.0.

Member Enumeration Documentation

The option for creating corner cuts on the templates.

Enumerator
CornerCutTypesNone 

Do not add corner cuts.

CornerCutTypesStart 

Add corner cuts on the start side of each template.

CornerCutTypesEnd 

Add corner cuts on the end side of each template.

The option for controlling which marking lines are drawn on the plate.

Enumerator
MarkingTypesNone 

Do not draw template marking lines on plate.

MarkingTypesXDirectionOnly 

Draw X direction template marking lines on plate.

MarkingTypesYDirectionOnly 

Draw Y direction template marking lines on plate.

MarkingTypesXandYDirections 

Draw X and Y direction template marking lines on plate.

The option for how the plane locations will be specified as input.

Enumerator
PlaneLocationTypesExisting 

Use existing planes to define the individual template locations.

PlaneLocationTypesOffset 

Derive the plane locations from the orientation coordinate system or X and Y specified base planes.

The option for creating sight line cuts on the templates.

Enumerator
SightLineCutTypesNone 

Do not add sight line cuts.

SightLineCutTypesTowardStart 

Add sight line cuts from sight line toward the start side of each template.

SightLineCutTypesTowardEnd 

Add sight line cuts from the sight line toward the end side of each template.

The option for controlling how the coordinate system for template creation is specified.

Enumerator
TypesManual 

Manually specify the coordinate system.

TypesInferCoordinateSystem 

Derive the coordinate system.

Member Function Documentation

double NXOpen::Features::ShipDesign::ShellTemplateBuilder::AngleTolerance ( )

Returns the modeling angle tolerance.


Created in NX8.0.0.

License requirements : None

NXOpen::CoordinateSystem* NXOpen::Features::ShipDesign::ShellTemplateBuilder::CoordinateSystem ( )

Returns the coordinate system defining the origin as well as the X and Y axis for the templates.


Created in NX8.0.0.

License requirements : None

NXOpen::Features::ShipDesign::ShellTemplateBuilder::CornerCutTypes NXOpen::Features::ShipDesign::ShellTemplateBuilder::CornerCutType ( )

Returns the value that specifies if and where to create corner cuts
Created in NX10.0.0.



License requirements : None

bool NXOpen::Features::ShipDesign::ShellTemplateBuilder::CreateSeparateParts ( )

Returns the value that determines if separate pars are created
Created in NX10.0.0.



License requirements : None

double NXOpen::Features::ShipDesign::ShellTemplateBuilder::DistanceTolerance ( )

Returns the modeling distance tolerance.


Created in NX8.0.0.

License requirements : None

NXOpen::Expression* NXOpen::Features::ShipDesign::ShellTemplateBuilder::EndXTemplateOffset ( )

Returns the expression defining the value of the end offset of the template for set 1 (X).


Created in NX8.0.0.

License requirements : None

NXOpen::Expression* NXOpen::Features::ShipDesign::ShellTemplateBuilder::EndYTemplateOffset ( )

Returns the expression defining the value of the end offset of the template for set 2 (Y).


Created in NX8.0.0.

License requirements : None

NXOpen::Features::ShipDesign::ShellTemplateBuilder::MarkingTypes NXOpen::Features::ShipDesign::ShellTemplateBuilder::MarkingLinesDirectionType ( )

Returns the value that specifies which marking lines are drawn on the plate
Created in NX10.0.0.



License requirements : None

NXOpen::SelectIBasePlaneList* NXOpen::Features::ShipDesign::ShellTemplateBuilder::PlaneAutomatic ( )

Returns the planes specifying both the X and Y orientations of the templates.

They will automatically be separated, or grouped, for X and Y as needed. This is only valid when NXOpen::Features::ShipDesign::ShellTemplateBuilder::PlaneLocationTypes is NXOpen::Features::ShipDesign::ShellTemplateBuilder::PlaneLocationTypesExisting .
Created in NX8.0.0.

License requirements : None

NXOpen::Features::ShipDesign::ShellTemplateBuilder::PlaneLocationTypes NXOpen::Features::ShipDesign::ShellTemplateBuilder::PlaneMethod ( )

Returns the value identifying how the planes (used for sections) will be specified (See NXOpen::Features::ShipDesign::ShellTemplateBuilder::PlaneLocationTypes for the plane methods).


Created in NX8.0.0.

License requirements : None

void NXOpen::Features::ShipDesign::ShellTemplateBuilder::SetAngleTolerance ( double  angleTolerance)

Sets the modeling angle tolerance.


Created in NX8.0.0.

License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters
angleToleranceangletolerance
void NXOpen::Features::ShipDesign::ShellTemplateBuilder::SetCoordinateSystem ( NXOpen::CoordinateSystem coordinateSystem)

Sets the coordinate system defining the origin as well as the X and Y axis for the templates.


Created in NX8.0.0.

License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters
coordinateSystemcoordinatesystem
void NXOpen::Features::ShipDesign::ShellTemplateBuilder::SetCornerCutType ( NXOpen::Features::ShipDesign::ShellTemplateBuilder::CornerCutTypes  cornerCutType)

Sets the value that specifies if and where to create corner cuts
Created in NX10.0.0.



License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters
cornerCutTypecornercuttype
void NXOpen::Features::ShipDesign::ShellTemplateBuilder::SetCreateSeparateParts ( bool  createSeparateParts)

Sets the value that determines if separate pars are created
Created in NX10.0.0.



License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters
createSeparatePartscreateseparateparts
void NXOpen::Features::ShipDesign::ShellTemplateBuilder::SetDistanceTolerance ( double  distanceTolerance)

Sets the modeling distance tolerance.


Created in NX8.0.0.

License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters
distanceTolerancedistancetolerance
void NXOpen::Features::ShipDesign::ShellTemplateBuilder::SetMarkingLinesDirectionType ( NXOpen::Features::ShipDesign::ShellTemplateBuilder::MarkingTypes  markingLinesDirectionType)

Sets the value that specifies which marking lines are drawn on the plate
Created in NX10.0.0.



License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters
markingLinesDirectionTypemarkinglinesdirectiontype
void NXOpen::Features::ShipDesign::ShellTemplateBuilder::SetPlaneMethod ( NXOpen::Features::ShipDesign::ShellTemplateBuilder::PlaneLocationTypes  planeMethod)

Sets the value identifying how the planes (used for sections) will be specified (See NXOpen::Features::ShipDesign::ShellTemplateBuilder::PlaneLocationTypes for the plane methods).


Created in NX8.0.0.

License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters
planeMethodplanemethod
void NXOpen::Features::ShipDesign::ShellTemplateBuilder::SetSightLineCutType ( NXOpen::Features::ShipDesign::ShellTemplateBuilder::SightLineCutTypes  sightLineCutType)

Sets the value that specifies if and where to create sight line cuts
Created in NX10.0.0.



License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters
sightLineCutTypesightlinecuttype
void NXOpen::Features::ShipDesign::ShellTemplateBuilder::SetSpecifyXPlane ( NXOpen::Plane specifyXPlane)

Sets the plane specifying the X direction for the coordinate system.


Created in NX8.0.0.

License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters
specifyXPlanespecifyxplane
void NXOpen::Features::ShipDesign::ShellTemplateBuilder::SetSpecifyYPlane ( NXOpen::Plane specifyYPlane)

Sets the plane specifying the Y direction for the coordinate system.


Created in NX8.0.0.

License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters
specifyYPlanespecifyyplane
void NXOpen::Features::ShipDesign::ShellTemplateBuilder::SetTemplateSetName ( const NXString templateSetName)

Sets the template set name assigned to the part attribute
Created in NX10.0.0.



License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters
templateSetNametemplatesetname
void NXOpen::Features::ShipDesign::ShellTemplateBuilder::SetTemplateSetName ( const char *  templateSetName)

Sets the template set name assigned to the part attribute
Created in NX10.0.0.



License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters
templateSetNametemplatesetname
void NXOpen::Features::ShipDesign::ShellTemplateBuilder::SetType ( NXOpen::Features::ShipDesign::ShellTemplateBuilder::Types  type)

Sets the value defining how the coordinate system will be defined.

See NXOpen::Features::ShipDesign::ShellTemplateBuilder::Types .
Created in NX8.0.0.

License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters
typetype
void NXOpen::Features::ShipDesign::ShellTemplateBuilder::SetXPlaneUserDefined ( bool  xPlaneUserDefined)

Sets the value specifying that the plane for the X direction was user defined.


Created in NX8.0.1.

License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters
xPlaneUserDefinedxplaneuserdefined
void NXOpen::Features::ShipDesign::ShellTemplateBuilder::SetYPlaneUserDefined ( bool  yPlaneUserDefined)

Sets the value specifying that the plane for the Y direction was user defined.


Created in NX8.0.1.

License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters
yPlaneUserDefinedyplaneuserdefined
NXOpen::Features::ShipDesign::ShellTemplateBuilder::SightLineCutTypes NXOpen::Features::ShipDesign::ShellTemplateBuilder::SightLineCutType ( )

Returns the value that specifies if and where to create sight line cuts
Created in NX10.0.0.



License requirements : None

NXOpen::Plane* NXOpen::Features::ShipDesign::ShellTemplateBuilder::SpecifyXPlane ( )

Returns the plane specifying the X direction for the coordinate system.


Created in NX8.0.0.

License requirements : None

NXOpen::Plane* NXOpen::Features::ShipDesign::ShellTemplateBuilder::SpecifyYPlane ( )

Returns the plane specifying the Y direction for the coordinate system.


Created in NX8.0.0.

License requirements : None

NXOpen::Expression* NXOpen::Features::ShipDesign::ShellTemplateBuilder::StartXTemplateOffset ( )

Returns the expression defining the value of the start offset of the template for set 1 (X).


Created in NX8.0.0.

License requirements : None

NXOpen::Expression* NXOpen::Features::ShipDesign::ShellTemplateBuilder::StartYTemplateOffset ( )

Returns the expression defining the value of the start offset of the template for set 2 (Y).


Created in NX8.0.0.

License requirements : None

NXOpen::ScCollector* NXOpen::Features::ShipDesign::ShellTemplateBuilder::Surface ( )

Returns the surface that the templates will be built to.


Created in NX8.0.0.

License requirements : None

NXString NXOpen::Features::ShipDesign::ShellTemplateBuilder::TemplateSetName ( )

Returns the template set name assigned to the part attribute
Created in NX10.0.0.



License requirements : None

NXOpen::Expression* NXOpen::Features::ShipDesign::ShellTemplateBuilder::Thickness ( )

Returns the expression defining the value of the thickness of the template.


Created in NX8.0.0.

License requirements : None

NXOpen::Features::ShipDesign::ShellTemplateBuilder::Types NXOpen::Features::ShipDesign::ShellTemplateBuilder::Type ( )

Returns the value defining how the coordinate system will be defined.

See NXOpen::Features::ShipDesign::ShellTemplateBuilder::Types .
Created in NX8.0.0.

License requirements : None

NXOpen::Expression* NXOpen::Features::ShipDesign::ShellTemplateBuilder::XOffset ( )

Returns the expression defining the value of the offset to apply in the X direction.


Created in NX8.0.0.

License requirements : None

bool NXOpen::Features::ShipDesign::ShellTemplateBuilder::XPlaneUserDefined ( )

Returns the value specifying that the plane for the X direction was user defined.


Created in NX8.0.1.

License requirements : None

NXOpen::Expression* NXOpen::Features::ShipDesign::ShellTemplateBuilder::YOffset ( )

Returns the expression defining the value of the offset to apply in the Y direction.


Created in NX8.0.0.

License requirements : None

bool NXOpen::Features::ShipDesign::ShellTemplateBuilder::YPlaneUserDefined ( )

Returns the value specifying that the plane for the Y direction was user defined.


Created in NX8.0.1.

License requirements : None


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