NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::SketchAutoDimensionBuilder Class Reference

Represents a SketchAutoDimensionBuilder
To create a new instance of this class, use SketchCollection::CreateAutoDimensionBuilder
Default values. More...

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

List of all members.

Public Types

enum  DimType { DimTypeDriving, DimTypeAutomatic }
 dimension type to be created More...

Public Member Functions

NXOpen::SketchAutoDimensionBuilder::DimType DimensionType ()
 Returns the enum dim type
Created in NX7.5.0.
std::vector
< NXOpen::Sketch::AutoDimensioningRule
GetRules ()
 Get the auto dimensioning rule list from builder.
NXOpen::SelectNXObjectListSelectionObject ()
 Returns the selected sketch curves to auto dimension
Created in NX7.5.0.
void SetDimensionType (NXOpen::SketchAutoDimensionBuilder::DimType dimensionType)
 Sets the enum dim type
Created in NX7.5.0.
void SetRules (const std::vector< NXOpen::Sketch::AutoDimensioningRule > &rules)
 Set the auto dimensioning rule list to builder.

Detailed Description

Represents a SketchAutoDimensionBuilder
To create a new instance of this class, use SketchCollection::CreateAutoDimensionBuilder
Default values.

Property Value

DimensionType

Automatic


Created in NX7.5.0.


Member Enumeration Documentation

dimension type to be created

Enumerator:
DimTypeDriving 

Driving dimension.

DimTypeAutomatic 

Automatic dimension.


Member Function Documentation

Returns the enum dim type
Created in NX7.5.0.



License requirements : None

Get the auto dimensioning rule list from builder.

Returns:
Auto Dimension Rules
Created in NX7.5.0.

License requirements : None

Returns the selected sketch curves to auto dimension
Created in NX7.5.0.



License requirements : None

Sets the enum dim type
Created in NX7.5.0.



License requirements : None

Parameters:
dimensionTypedimensiontype

Set the auto dimensioning rule list to builder.

All the rules are expected to be in the list exactly once. Variable count can not be zero or negative.
Created in NX7.5.0.

License requirements : None

Parameters:
rulesAuto Dimension Rules

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