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

Copy the selected parts (components) about the Mirror Plane with full model history and feature data. More...

Inheritance diagram for NXOpen::Features::ShipDesign::MirrorShipStructureBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

double AngularTolerance ()
 Returns the angular tolerance used for geometry comparison and defined in the customer defaults. More...
 
double LinearToleranceFactor ()
 Returns the linear tolerance factor used for the geometry comparison and defined in the customer default. More...
 
NXOpen::PlaneMirrorPlane ()
 Returns the mirror plane. More...
 
NXOpen::Assemblies::SelectComponentListOriginalParts ()
 Returns the list of parts (or components) to Mirror Copy. More...
 
bool ReportMirrorResultXML ()
 Returns an XML report with mirror process information will be shown if set to true. More...
 
void SetAngularTolerance (double angularTolerance)
 Sets the angular tolerance used for geometry comparison and defined in the customer defaults. More...
 
void SetLinearToleranceFactor (double linearToleranceFactor)
 Sets the linear tolerance factor used for the geometry comparison and defined in the customer default. More...
 
void SetMirrorPlane (NXOpen::Plane *mirrorPlane)
 Sets the mirror plane. More...
 
void SetReportMirrorResultXML (bool reportMirrorResultXML)
 Sets an XML report with mirror process information will be shown if set to true. 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

Copy the selected parts (components) about the Mirror Plane with full model history and feature data.


To create a new instance of this class, use NXOpen::Features::ShipCollection::CreateMirrorShipStructureBuilder
Default values.

Property Value

ReportMirrorResultXML

1


Created in NX10.0.0.

Member Function Documentation

double NXOpen::Features::ShipDesign::MirrorShipStructureBuilder::AngularTolerance ( )

Returns the angular tolerance used for geometry comparison and defined in the customer defaults.


Created in NX10.0.0.

License requirements : None

double NXOpen::Features::ShipDesign::MirrorShipStructureBuilder::LinearToleranceFactor ( )

Returns the linear tolerance factor used for the geometry comparison and defined in the customer default.


Created in NX10.0.0.

License requirements : None

NXOpen::Plane* NXOpen::Features::ShipDesign::MirrorShipStructureBuilder::MirrorPlane ( )

Returns the mirror plane.


Created in NX10.0.0.

License requirements : None

NXOpen::Assemblies::SelectComponentList* NXOpen::Features::ShipDesign::MirrorShipStructureBuilder::OriginalParts ( )

Returns the list of parts (or components) to Mirror Copy.


Created in NX10.0.0.

License requirements : None

bool NXOpen::Features::ShipDesign::MirrorShipStructureBuilder::ReportMirrorResultXML ( )

Returns an XML report with mirror process information will be shown if set to true.


Created in NX10.0.0.

License requirements : None

void NXOpen::Features::ShipDesign::MirrorShipStructureBuilder::SetAngularTolerance ( double  angularTolerance)

Sets the angular tolerance used for geometry comparison and defined in the customer defaults.


Created in NX10.0.0.

License requirements : nx_ship_detail ("Ship Detail Design")

Parameters
angularToleranceangulartolerance
void NXOpen::Features::ShipDesign::MirrorShipStructureBuilder::SetLinearToleranceFactor ( double  linearToleranceFactor)

Sets the linear tolerance factor used for the geometry comparison and defined in the customer default.


Created in NX10.0.0.

License requirements : nx_ship_detail ("Ship Detail Design")

Parameters
linearToleranceFactorlineartolerancefactor
void NXOpen::Features::ShipDesign::MirrorShipStructureBuilder::SetMirrorPlane ( NXOpen::Plane mirrorPlane)

Sets the mirror plane.


Created in NX10.0.0.

License requirements : nx_ship_detail ("Ship Detail Design")

Parameters
mirrorPlanemirrorplane
void NXOpen::Features::ShipDesign::MirrorShipStructureBuilder::SetReportMirrorResultXML ( bool  reportMirrorResultXML)

Sets an XML report with mirror process information will be shown if set to true.


Created in NX10.0.0.

License requirements : nx_ship_detail ("Ship Detail Design")

Parameters
reportMirrorResultXMLreportmirrorresultxml

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