NX Open C++ Reference Guide
Public Member Functions
NXOpen::Die::DieLimitsBuilder Class Reference

Limits a path to a segment of the path. More...

Inheritance diagram for NXOpen::Die::DieLimitsBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Member Functions

NXOpen::ScCollectorCurve ()
 Returns the curve used to set the limits.
NXOpen::CurveGetPath ()
 Get the path used for the limits.
void GetPathObjects (std::vector< NXOpen::NXObject * > &objectArray)
 Get the objects used to create the path.
NXOpen::GeometricUtilities::OnPathDimensionBuilderPoint1 ()
 Returns the first limit point.
NXOpen::GeometricUtilities::OnPathDimensionBuilderPoint2 ()
 Returns the last limit point.
int Reverse ()
 Returns the indication that limit points should be reversed.
void SetLimitsFromCurve (NXOpen::Curve *curve)
 Set the limits from the endpoints of the input curve.
void SetPath (NXOpen::Curve *path)
 Set the path used for the limits.
void SetPathObjects (const std::vector< NXOpen::NXObject * > &objectArray)
 Set the objects used to create the path.
void SetReverse (int reverse)
 Sets the indication that limit points should be reversed.
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called.

Detailed Description

Limits a path to a segment of the path.


To create a new instance of this class, use Die::DieCollection::CreateDieLimits

Created in NX7.5.0.


Member Function Documentation

Returns the curve used to set the limits.

The string will be combined into a single curve and the endpoints of the combined curve will be used to set the first and last limit points.


Created in NX7.5.0.

License requirements : None

Get the path used for the limits.

Returns:

Created in NX8.0.0.

License requirements : None
void NXOpen::Die::DieLimitsBuilder::GetPathObjects ( std::vector< NXOpen::NXObject * > &  objectArray)

Get the objects used to create the path.


Created in NX7.5.0.

License requirements : None

Parameters:
objectArrayThe opening objects that were used to create the path.

Returns the first limit point.


Created in NX7.5.0.

License requirements : None

Returns the last limit point.


Created in NX7.5.0.

License requirements : None

Returns the indication that limit points should be reversed.

Setting of 1 indicates to reverse.
Created in NX7.5.0.

License requirements : None

Set the limits from the endpoints of the input curve.


Created in NX8.0.0.

License requirements : None

Parameters:
curveCurve to set limits

Set the path used for the limits.


Created in NX8.0.0.

License requirements : None

Parameters:
pathPath curve
void NXOpen::Die::DieLimitsBuilder::SetPathObjects ( const std::vector< NXOpen::NXObject * > &  objectArray)

Set the objects used to create the path.


Created in NX7.5.0.

License requirements : None

Parameters:
objectArrayThe opening objects that were used to create the path.

Sets the indication that limit points should be reversed.

Setting of 1 indicates to reverse.
Created in NX7.5.0.

License requirements : None

Parameters:
reversereverse
virtual bool NXOpen::Die::DieLimitsBuilder::Validate ( ) [virtual]

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Returns:
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


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