NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Tooling::DieEngTrimAngleCheckBuilder Class Reference

Represents a Trim Angle Check builder
To create a new instance of this class, use NXOpen::Tooling::AutoDieCollection::CreateDieEngTrimAngleCheckBuilder
Default values. More...

Inheritance diagram for NXOpen::Tooling::DieEngTrimAngleCheckBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  DirectionOptions { DirectionOptionsByVector, DirectionOptionsByAngles }
 Options to determine the method to specify direction. More...
 

Public Member Functions

bool AutoFit ()
 Returns the option to indicate whether to fit or not when selecting trimming curve(s) on the trimming curve list
Created in NX8.5.0. More...
 
NXOpen::ExpressionCheckPointSpacing ()
 Returns the maximum distance between two check points
Created in NX8.5.0. More...
 
NXOpen::Tooling::DieEngTrimAngleCheckBuilder::DirectionOptions DirectionOption ()
 Returns the option to set the method of defining trimming direction
Created in NX9.0.0. More...
 
NXOpen::ExpressionElevationAngle ()
 Returns the elevation angle
Created in NX9.0.0. More...
 
void GetJoinedSelectedCurves (std::vector< NXOpen::Curve * > &joinedSelectedCurves)
 Get the joined trimming curves. More...
 
void GetTrimSideTags (std::vector< NXOpen::Direction * > &trimSideTags)
 Get the vector tags of joined trimming curve trim sides. More...
 
bool HideSafeZone ()
 Returns the option to indicate whether to hide the feedback objects whose trim angles are in the safe zone or not
Created in NX9.0.0. More...
 
void JoinCurvesAndEdges (const std::vector< NXOpen::ICurve * > &inputCrvs, double distTol, std::vector< NXOpen::ICurve * > &outputCrvs)
 Join the input curves and edges. More...
 
double LineScale ()
 Returns the line scale
Created in NX8.5.0. More...
 
NXOpen::ExpressionMaxAngle ()
 Returns the upper limit of a valid trim angle
Created in NX8.5.0. More...
 
NXOpen::ExpressionMinAngle ()
 Returns the lower limit of a valid trim angle
Created in NX8.5.0. More...
 
NXOpen::ExpressionPlaneAngle ()
 Returns the plane angle
Created in NX9.0.0. More...
 
void SetAutoFit (bool autoFit)
 Sets the option to indicate whether to fit or not when selecting trimming curve(s) on the trimming curve list
Created in NX8.5.0. More...
 
void SetDirectionOption (NXOpen::Tooling::DieEngTrimAngleCheckBuilder::DirectionOptions directionOption)
 Sets the option to set the method of defining trimming direction
Created in NX9.0.0. More...
 
void SetHideSafeZone (bool hideSafeZone)
 Sets the option to indicate whether to hide the feedback objects whose trim angles are in the safe zone or not
Created in NX9.0.0. More...
 
void SetJoinedSelectedCurves (const std::vector< NXOpen::Curve * > &joinedSelectedCurves)
 Set the joined trimming curves. More...
 
void SetLineScale (double lineScale)
 Sets the line scale
Created in NX8.5.0. More...
 
void SetTrimmingDirection (NXOpen::Direction *trimmingDirection)
 Sets the trimming direction
Created in NX8.5.0. More...
 
void SetTrimSideTags (const std::vector< NXOpen::Direction * > &trimSideTags)
 Set the vector tags of joined trimming curve trim sides. More...
 
NXOpen::ScCollectorTrimmingCurves ()
 Returns the trimming curves
Created in NX8.5.0. More...
 
NXOpen::DirectionTrimmingDirection ()
 Returns the trimming direction
Created in NX8.5.0. More...
 
NXOpen::ScCollectorTrimmingFaces ()
 Returns the trimming faces
Created in NX8.5.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

Represents a Trim Angle Check builder
To create a new instance of this class, use NXOpen::Tooling::AutoDieCollection::CreateDieEngTrimAngleCheckBuilder
Default values.

Property Value

CheckPointSpacing.Value

25.4 (millimeters part), 1 (inches part)

DirectionOption

ByVector

ElevationAngle.Value

90

LineScale

1

MaxAngle.Value

20

MinAngle.Value

-15

PlaneAngle.Value

0


Created in NX8.5.0.

Member Enumeration Documentation

Options to determine the method to specify direction.

Enumerator
DirectionOptionsByVector 

by vector

DirectionOptionsByAngles 

by angles

Member Function Documentation

bool NXOpen::Tooling::DieEngTrimAngleCheckBuilder::AutoFit ( )

Returns the option to indicate whether to fit or not when selecting trimming curve(s) on the trimming curve list
Created in NX8.5.0.



License requirements : None

NXOpen::Expression* NXOpen::Tooling::DieEngTrimAngleCheckBuilder::CheckPointSpacing ( )

Returns the maximum distance between two check points
Created in NX8.5.0.



License requirements : None

NXOpen::Tooling::DieEngTrimAngleCheckBuilder::DirectionOptions NXOpen::Tooling::DieEngTrimAngleCheckBuilder::DirectionOption ( )

Returns the option to set the method of defining trimming direction
Created in NX9.0.0.



License requirements : None

NXOpen::Expression* NXOpen::Tooling::DieEngTrimAngleCheckBuilder::ElevationAngle ( )

Returns the elevation angle
Created in NX9.0.0.



License requirements : None

void NXOpen::Tooling::DieEngTrimAngleCheckBuilder::GetJoinedSelectedCurves ( std::vector< NXOpen::Curve * > &  joinedSelectedCurves)

Get the joined trimming curves.

If join is not needed, they are the copies of trimming curves.
Created in NX9.0.0.

License requirements : None

Parameters
joinedSelectedCurvesjoinedselectedcurves
void NXOpen::Tooling::DieEngTrimAngleCheckBuilder::GetTrimSideTags ( std::vector< NXOpen::Direction * > &  trimSideTags)

Get the vector tags of joined trimming curve trim sides.


Created in NX9.0.0.

License requirements : None

Parameters
trimSideTagstrimsidetags
bool NXOpen::Tooling::DieEngTrimAngleCheckBuilder::HideSafeZone ( )

Returns the option to indicate whether to hide the feedback objects whose trim angles are in the safe zone or not
Created in NX9.0.0.



License requirements : None

void NXOpen::Tooling::DieEngTrimAngleCheckBuilder::JoinCurvesAndEdges ( const std::vector< NXOpen::ICurve * > &  inputCrvs,
double  distTol,
std::vector< NXOpen::ICurve * > &  outputCrvs 
)

Join the input curves and edges.

Original curves and edges won't be modified.
Created in NX9.0.0.

License requirements : die_engineering ("DIE ENGINEERING")

Parameters
inputCrvsCurves/Edges to be joined.
distTolDistance tolerance.
outputCrvsJoined curves/edges or copies of the input curves/edges if join is not needed.
double NXOpen::Tooling::DieEngTrimAngleCheckBuilder::LineScale ( )

Returns the line scale
Created in NX8.5.0.



License requirements : None

NXOpen::Expression* NXOpen::Tooling::DieEngTrimAngleCheckBuilder::MaxAngle ( )

Returns the upper limit of a valid trim angle
Created in NX8.5.0.



License requirements : None

NXOpen::Expression* NXOpen::Tooling::DieEngTrimAngleCheckBuilder::MinAngle ( )

Returns the lower limit of a valid trim angle
Created in NX8.5.0.



License requirements : None

NXOpen::Expression* NXOpen::Tooling::DieEngTrimAngleCheckBuilder::PlaneAngle ( )

Returns the plane angle
Created in NX9.0.0.



License requirements : None

void NXOpen::Tooling::DieEngTrimAngleCheckBuilder::SetAutoFit ( bool  autoFit)

Sets the option to indicate whether to fit or not when selecting trimming curve(s) on the trimming curve list
Created in NX8.5.0.



License requirements : die_engineering ("DIE ENGINEERING")

Parameters
autoFitautofit
void NXOpen::Tooling::DieEngTrimAngleCheckBuilder::SetDirectionOption ( NXOpen::Tooling::DieEngTrimAngleCheckBuilder::DirectionOptions  directionOption)

Sets the option to set the method of defining trimming direction
Created in NX9.0.0.



License requirements : die_engineering ("DIE ENGINEERING")

Parameters
directionOptiondirectionoption
void NXOpen::Tooling::DieEngTrimAngleCheckBuilder::SetHideSafeZone ( bool  hideSafeZone)

Sets the option to indicate whether to hide the feedback objects whose trim angles are in the safe zone or not
Created in NX9.0.0.



License requirements : die_engineering ("DIE ENGINEERING")

Parameters
hideSafeZonehidesafezone
void NXOpen::Tooling::DieEngTrimAngleCheckBuilder::SetJoinedSelectedCurves ( const std::vector< NXOpen::Curve * > &  joinedSelectedCurves)

Set the joined trimming curves.

If join is not needed, they are the copies of trimming curves.
Created in NX9.0.0.

License requirements : die_engineering ("DIE ENGINEERING")

Parameters
joinedSelectedCurvesjoinedselectedcurves
void NXOpen::Tooling::DieEngTrimAngleCheckBuilder::SetLineScale ( double  lineScale)

Sets the line scale
Created in NX8.5.0.



License requirements : die_engineering ("DIE ENGINEERING")

Parameters
lineScalelinescale
void NXOpen::Tooling::DieEngTrimAngleCheckBuilder::SetTrimmingDirection ( NXOpen::Direction trimmingDirection)

Sets the trimming direction
Created in NX8.5.0.



License requirements : die_engineering ("DIE ENGINEERING")

Parameters
trimmingDirectiontrimmingdirection
void NXOpen::Tooling::DieEngTrimAngleCheckBuilder::SetTrimSideTags ( const std::vector< NXOpen::Direction * > &  trimSideTags)

Set the vector tags of joined trimming curve trim sides.


Created in NX9.0.0.

License requirements : die_engineering ("DIE ENGINEERING")

Parameters
trimSideTagstrimsidetags
NXOpen::ScCollector* NXOpen::Tooling::DieEngTrimAngleCheckBuilder::TrimmingCurves ( )

Returns the trimming curves
Created in NX8.5.0.



License requirements : None

NXOpen::Direction* NXOpen::Tooling::DieEngTrimAngleCheckBuilder::TrimmingDirection ( )

Returns the trimming direction
Created in NX8.5.0.



License requirements : None

NXOpen::ScCollector* NXOpen::Tooling::DieEngTrimAngleCheckBuilder::TrimmingFaces ( )

Returns the trimming faces
Created in NX8.5.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.