NX Open C++ Reference Guide
Public Member Functions
NXOpen::Features::DatumBuilder Class Reference

Represents a builder for datum features. More...

Inheritance diagram for NXOpen::Features::DatumBuilder:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder NXOpen::Features::DatumAxisBuilder NXOpen::Features::DatumPlaneBuilder

List of all members.

Public Member Functions

NXOpen::DatumConstraintCreateConstraint ()
 Creates a new empty constraint object.
std::vector
< NXOpen::DatumConstraint * > 
GetConstraints ()
 Gets the contraint objects that define the positioning of this datum.
void SetConstraints (const std::vector< NXOpen::DatumConstraint * > &constraints)
 Sets the contraint objects that define the positioning of this datum.

Detailed Description

Represents a builder for datum features.

A generic datum feature is positioned via a set of contraints. (See DatumConstraint .) The two datum subclasses can be positioned by editig constriants, and can also be edited via a set of explicit methods for setting different constraint types. See Features::DatumAxisBuilder and Features::DatumPlaneBuilder .
This is an abstract class, and cannot be instantiated

Created in NX4.0.0.


Member Function Documentation

Creates a new empty constraint object.

To apply one or more constraints to a feature, see SetConstraints .

Returns:

Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Gets the contraint objects that define the positioning of this datum.

Returns:

Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
void NXOpen::Features::DatumBuilder::SetConstraints ( const std::vector< NXOpen::DatumConstraint * > &  constraints)

Sets the contraint objects that define the positioning of this datum.


Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
constraintsconstraints

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