NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::GeometricUtilities::LocalUntrimBuilder Class Reference

Represents a NXOpen::GeometricUtilities::LocalUntrimBuilder builder. More...

Inheritance diagram for NXOpen::GeometricUtilities::LocalUntrimBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

void CleanUpFeaturesCreated ()
 Cleans up the features created by the selecting face call back. More...
 
void CreateCopyFace ()
 Creates the extracted face when the flag of Edit a Copy is turned on or a solid body face is selected. More...
 
void CreateProductBoundingBox ()
 Creates the product initial bounding box. More...
 
NXOpen::ScCollectorEdgeCollector ()
 Returns the edges on the face to delete. More...
 
bool EditCopy ()
 Returns the flag to indicate whether to edit a copied face or not. More...
 
NXOpen::SelectFaceFace ()
 Returns the tool object to split the target body. More...
 
bool RemoveBoundary ()
 Returns the flag to indicate whether to remove the face boundary or not. More...
 
void SetCurrentFeature (NXOpen::Features::Feature *object)
 Records the current feature before constructing the dialog. More...
 
void SetEditCopy (bool editCopy)
 Sets the flag to indicate whether to edit a copied face or not. More...
 
void SetInitialDistanceValue (const std::vector< double > &distanceValues)
 Sets the initial distance value. More...
 
void SetLimitChangeValue (int limitType)
 Sets the limit boundary handle type. More...
 
void SetOriginalFace (NXOpen::Face *originalFace)
 Sets the originally selected face. More...
 
void SetRemoveBoundary (bool removeBoundary)
 Sets the flag to indicate whether to remove the face boundary or not. More...
 
NXOpen::ExpressionUEndDistance ()
 Returns the U end distance. More...
 
NXOpen::GeometricUtilities::OnPathDimensionBuilderUEndLimit ()
 Returns the region limit of U end. More...
 
void UpdateBoundingBox ()
 Updates the bounding box when changing the distance value. More...
 
NXOpen::ExpressionUStartDistance ()
 Returns the U start distance. More...
 
NXOpen::GeometricUtilities::OnPathDimensionBuilderUStartLimit ()
 Returns the region limit of U start. More...
 
NXOpen::ExpressionVEndDistance ()
 Returns the V end distance. More...
 
NXOpen::GeometricUtilities::OnPathDimensionBuilderVEndLimit ()
 Returns the region limit of V end. More...
 
NXOpen::ExpressionVStartDistance ()
 Returns the V start distance. More...
 
NXOpen::GeometricUtilities::OnPathDimensionBuilderVStartLimit ()
 Returns the region limit of V start. 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

Represents a NXOpen::GeometricUtilities::LocalUntrimBuilder builder.

This builder is used to untrim and extend a sheet.
To create a new instance of this class, use NXOpen::GeometricUtilities::LocalUntrimManager::CreateBuilder
Default values.

Property Value

EditCopy

0

UEndDistance.Value

0 (millimeters part), 0 (inches part)

UStartDistance.Value

0 (millimeters part), 0 (inches part)

VEndDistance.Value

0 (millimeters part), 0 (inches part)

VStartDistance.Value

0 (millimeters part), 0 (inches part)


Created in NX9.0.0.

Member Function Documentation

void NXOpen::GeometricUtilities::LocalUntrimBuilder::CleanUpFeaturesCreated ( )

Cleans up the features created by the selecting face call back.


Created in NX9.0.0.

License requirements : None

void NXOpen::GeometricUtilities::LocalUntrimBuilder::CreateCopyFace ( )

Creates the extracted face when the flag of Edit a Copy is turned on or a solid body face is selected.


Created in NX9.0.0.

License requirements : nx_freeform_1 ("basic freeform modeling") OR nx_freeform_2 ("advanced freeform modeling")

void NXOpen::GeometricUtilities::LocalUntrimBuilder::CreateProductBoundingBox ( )

Creates the product initial bounding box.


Created in NX9.0.0.

License requirements : None

NXOpen::ScCollector* NXOpen::GeometricUtilities::LocalUntrimBuilder::EdgeCollector ( )

Returns the edges on the face to delete.


Created in NX9.0.0.

License requirements : None

bool NXOpen::GeometricUtilities::LocalUntrimBuilder::EditCopy ( )

Returns the flag to indicate whether to edit a copied face or not.


Created in NX9.0.0.

License requirements : None

NXOpen::SelectFace* NXOpen::GeometricUtilities::LocalUntrimBuilder::Face ( )

Returns the tool object to split the target body.


Created in NX9.0.0.

License requirements : None

bool NXOpen::GeometricUtilities::LocalUntrimBuilder::RemoveBoundary ( )

Returns the flag to indicate whether to remove the face boundary or not.


Created in NX9.0.2.

License requirements : None

void NXOpen::GeometricUtilities::LocalUntrimBuilder::SetCurrentFeature ( NXOpen::Features::Feature object)

Records the current feature before constructing the dialog.


Created in NX9.0.0.

License requirements : None

Parameters
objectobject
void NXOpen::GeometricUtilities::LocalUntrimBuilder::SetEditCopy ( bool  editCopy)

Sets the flag to indicate whether to edit a copied face or not.


Created in NX9.0.0.

License requirements : nx_freeform_1 ("basic freeform modeling") OR nx_freeform_2 ("advanced freeform modeling")

Parameters
editCopyeditcopy
void NXOpen::GeometricUtilities::LocalUntrimBuilder::SetInitialDistanceValue ( const std::vector< double > &  distanceValues)

Sets the initial distance value.


Created in NX10.0.1.

License requirements : nx_freeform_1 ("basic freeform modeling") OR nx_freeform_2 ("advanced freeform modeling")

Parameters
distanceValuesdistancevalues
void NXOpen::GeometricUtilities::LocalUntrimBuilder::SetLimitChangeValue ( int  limitType)

Sets the limit boundary handle type.


Created in NX10.0.1.

License requirements : nx_freeform_1 ("basic freeform modeling") OR nx_freeform_2 ("advanced freeform modeling")

Parameters
limitTypelimittype
void NXOpen::GeometricUtilities::LocalUntrimBuilder::SetOriginalFace ( NXOpen::Face originalFace)

Sets the originally selected face.


Created in NX9.0.0.

License requirements : nx_freeform_1 ("basic freeform modeling") OR nx_freeform_2 ("advanced freeform modeling")

Parameters
originalFaceoriginalface
void NXOpen::GeometricUtilities::LocalUntrimBuilder::SetRemoveBoundary ( bool  removeBoundary)

Sets the flag to indicate whether to remove the face boundary or not.


Created in NX9.0.2.

License requirements : nx_freeform_1 ("basic freeform modeling") OR nx_freeform_2 ("advanced freeform modeling")

Parameters
removeBoundaryremoveboundary
NXOpen::Expression* NXOpen::GeometricUtilities::LocalUntrimBuilder::UEndDistance ( )

Returns the U end distance.


Created in NX9.0.0.

License requirements : None

NXOpen::GeometricUtilities::OnPathDimensionBuilder* NXOpen::GeometricUtilities::LocalUntrimBuilder::UEndLimit ( )

Returns the region limit of U end.


Created in NX9.0.0.

License requirements : None

void NXOpen::GeometricUtilities::LocalUntrimBuilder::UpdateBoundingBox ( )

Updates the bounding box when changing the distance value.


Created in NX9.0.0.

License requirements : None

NXOpen::Expression* NXOpen::GeometricUtilities::LocalUntrimBuilder::UStartDistance ( )

Returns the U start distance.


Created in NX9.0.0.

License requirements : None

NXOpen::GeometricUtilities::OnPathDimensionBuilder* NXOpen::GeometricUtilities::LocalUntrimBuilder::UStartLimit ( )

Returns the region limit of U start.


Created in NX9.0.0.

License requirements : None

NXOpen::Expression* NXOpen::GeometricUtilities::LocalUntrimBuilder::VEndDistance ( )

Returns the V end distance.


Created in NX9.0.0.

License requirements : None

NXOpen::GeometricUtilities::OnPathDimensionBuilder* NXOpen::GeometricUtilities::LocalUntrimBuilder::VEndLimit ( )

Returns the region limit of V end.


Created in NX9.0.0.

License requirements : None

NXOpen::Expression* NXOpen::GeometricUtilities::LocalUntrimBuilder::VStartDistance ( )

Returns the V start distance.


Created in NX9.0.0.

License requirements : None

NXOpen::GeometricUtilities::OnPathDimensionBuilder* NXOpen::GeometricUtilities::LocalUntrimBuilder::VStartLimit ( )

Returns the region limit of V start.


Created in NX9.0.0.

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.