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

This class handles the removal of undercut regions of a facet body. More...

Inheritance diagram for NXOpen::Facet::RemoveUndercutsBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXOpen::ExpressionDraftAngle ()
 Returns the draft angle
Created in NX12.0.0. More...
 
NXOpen::DirectionDrawDirection ()
 Returns the draft vector
Created in NX12.0.0. More...
 
NXOpen::SelectDisplayableObjectFacetBody ()
 Returns the facet body. More...
 
void GenerateIsoclines ()
 The generation of isoclines. More...
 
bool IsEditCopy ()
 Returns the flag indicating if the fixing undercuts is on the copy of the input facet body. More...
 
bool MatchFace ()
 Returns the match tangent to face. More...
 
NXOpen::SelectDisplayableObjectPartingObject ()
 Returns the parting object
Created in NX12.0.0. More...
 
NXOpen::ScCollectorSelectedCurve ()
 Returns the selected isocline curve. More...
 
void SetDrawDirection (NXOpen::Direction *drawDirection)
 Sets the draft vector
Created in NX12.0.0. More...
 
void SetEditCopy (bool isEditCopy)
 Sets the flag indicating if the fixing undercuts is on the copy of the input facet body. More...
 
void SetMatchFace (bool matchFace)
 Sets the match tangent to face. 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

This class handles the removal of undercut regions of a facet body.


To create a new instance of this class, use NXOpen::Facet::FacetModelingCollection::CreateRemoveUndercutsBuilder
Default values.

Property Value

DraftAngle.Value

0

IsEditCopy

0


Created in NX12.0.0.

Member Function Documentation

NXOpen::Expression* NXOpen::Facet::RemoveUndercutsBuilder::DraftAngle ( )

Returns the draft angle
Created in NX12.0.0.



License requirements : None

NXOpen::Direction* NXOpen::Facet::RemoveUndercutsBuilder::DrawDirection ( )

Returns the draft vector
Created in NX12.0.0.



License requirements : None

NXOpen::SelectDisplayableObject* NXOpen::Facet::RemoveUndercutsBuilder::FacetBody ( )

Returns the facet body.

Inputs to this command can be convergent objects
Created in NX12.0.0.

License requirements : None

void NXOpen::Facet::RemoveUndercutsBuilder::GenerateIsoclines ( )

The generation of isoclines.

Create isocline curves on the input facet body.
Created in NX12.0.0.

License requirements : nx_polygon_modeling (" NX Polygon Modeling")

bool NXOpen::Facet::RemoveUndercutsBuilder::IsEditCopy ( )

Returns the flag indicating if the fixing undercuts is on the copy of the input facet body.


Created in NX12.0.0.

License requirements : None

bool NXOpen::Facet::RemoveUndercutsBuilder::MatchFace ( )

Returns the match tangent to face.

Math the shorter face by bridging the input face to the edge of the longer face at the parting objet.
Created in NX12.0.0.

License requirements : None

NXOpen::SelectDisplayableObject* NXOpen::Facet::RemoveUndercutsBuilder::PartingObject ( )

Returns the parting object
Created in NX12.0.0.



License requirements : None

NXOpen::ScCollector* NXOpen::Facet::RemoveUndercutsBuilder::SelectedCurve ( )

Returns the selected isocline curve.

The undercut related to the selected isocline curve will be removed.
Created in NX12.0.0.

License requirements : None

void NXOpen::Facet::RemoveUndercutsBuilder::SetDrawDirection ( NXOpen::Direction drawDirection)

Sets the draft vector
Created in NX12.0.0.



License requirements : None

Parameters
drawDirectiondrawdirection
void NXOpen::Facet::RemoveUndercutsBuilder::SetEditCopy ( bool  isEditCopy)

Sets the flag indicating if the fixing undercuts is on the copy of the input facet body.


Created in NX12.0.0.

License requirements : nx_polygon_modeling (" NX Polygon Modeling")

Parameters
isEditCopyiseditcopy
void NXOpen::Facet::RemoveUndercutsBuilder::SetMatchFace ( bool  matchFace)

Sets the match tangent to face.

Math the shorter face by bridging the input face to the edge of the longer face at the parting objet.
Created in NX12.0.0.

License requirements : nx_polygon_modeling (" NX Polygon Modeling")

Parameters
matchFacematchface

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