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

Represents a NXOpen::Annotations::Dimension builder
This is an abstract class and cannot be instantiated. More...

Inheritance diagram for NXOpen::Annotations::BaseLinearDimensionBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder NXOpen::Annotations::LinearDimensionBuilder NXOpen::Annotations::PmiLinearDimensionBuilder NXOpen::SketchLinearDimensionBuilder

Public Member Functions

NXOpen::Annotations::AppendedTextBuilderAppendedText ()
 Returns the appended text
Created in NX9.0.0. More...
 
NXOpen::Annotations::DimensionSetBuilderDimensionSet ()
 Returns the dimension set
Created in NX9.0.0. More...
 
NXOpen::SelectNXObjectFirstAssociativity ()
 Returns the first associativity. More...
 
NXOpen::Annotations::TextPlacement GetNthSecondaryArrowheadOrientation (int nth)
 The arrowhead orientation for nth secondary dimensions. More...
 
NXOpen::Point3d GetNthSecondaryOrigin (int nth)
 The origin for nth secondary dimensions. More...
 
std::vector
< NXOpen::Annotations::Dimension * > 
GetSecondaryCallouts ()
 The secondary callouts. More...
 
NXOpen::SelectDisplayableObjectInherit ()
 Returns the inherit
Created in NX9.0.0. More...
 
bool IsAutoplaced ()
 Returns a flag to indicate if auto placement turned on. More...
 
NXOpen::Annotations::DimensionMeasurementBuilderMeasurement ()
 Returns the measurement
Created in NX9.0.0. More...
 
NXOpen::Annotations::Dimension::MeasurementTypes MeasurementType ()
 Returns the measurement type
Created in NX10.0.0. More...
 
NXOpen::Annotations::OriginBuilderOrigin ()
 Returns the origin
Created in NX9.0.0. More...
 
NXOpen::SelectNXObjectSecondAssociativity ()
 Returns the second associativity. More...
 
void SetAutoplaced (bool isAutoplaced)
 Sets a flag to indicate if auto placement turned on. More...
 
void SetMeasurementType (NXOpen::Annotations::Dimension::MeasurementTypes measurementType)
 Sets the measurement type
Created in NX10.0.0. More...
 
void SetNthSecondaryArrowheadOrientation (int nth, NXOpen::Annotations::TextPlacement secondaryArrowheadOrientation)
 The arrowhead orientation for nth secondary dimensions
Created in NX11.0.0. More...
 
void SetNthSecondaryOrigin (int nth, const NXOpen::Point3d &secondaryOrigin)
 The origin for nth secondary dimensions
Created in NX11.0.0. More...
 
void SetUseBaseline (bool useBaseline)
 Sets a treat first associativity as a baseline
Created in NX9.0.0. More...
 
NXOpen::Annotations::StyleBuilderStyle ()
 Returns the style
Created in NX9.0.0. More...
 
bool UseBaseline ()
 Returns a treat first associativity as a baseline
Created in NX9.0.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 NXOpen::Annotations::Dimension builder
This is an abstract class and cannot be instantiated.



Created in NX9.0.0.

Member Function Documentation

NXOpen::Annotations::AppendedTextBuilder* NXOpen::Annotations::BaseLinearDimensionBuilder::AppendedText ( )

Returns the appended text
Created in NX9.0.0.



License requirements : None

NXOpen::Annotations::DimensionSetBuilder* NXOpen::Annotations::BaseLinearDimensionBuilder::DimensionSet ( )

Returns the dimension set
Created in NX9.0.0.



License requirements : None

NXOpen::SelectNXObject* NXOpen::Annotations::BaseLinearDimensionBuilder::FirstAssociativity ( )

Returns the first associativity.

Supported object types include Feature and DisplayableObject.
Created in NX9.0.0.

License requirements : None

NXOpen::Annotations::TextPlacement NXOpen::Annotations::BaseLinearDimensionBuilder::GetNthSecondaryArrowheadOrientation ( int  nth)

The arrowhead orientation for nth secondary dimensions.

Returns

Created in NX11.0.0.

License requirements : None
Parameters
nthnth
NXOpen::Point3d NXOpen::Annotations::BaseLinearDimensionBuilder::GetNthSecondaryOrigin ( int  nth)

The origin for nth secondary dimensions.

Returns

Created in NX11.0.0.

License requirements : None
Parameters
nthnth
std::vector<NXOpen::Annotations::Dimension *> NXOpen::Annotations::BaseLinearDimensionBuilder::GetSecondaryCallouts ( )

The secondary callouts.

Returns

Created in NX11.0.0.

License requirements : None
NXOpen::SelectDisplayableObject* NXOpen::Annotations::BaseLinearDimensionBuilder::Inherit ( )

Returns the inherit
Created in NX9.0.0.



License requirements : None

bool NXOpen::Annotations::BaseLinearDimensionBuilder::IsAutoplaced ( )

Returns a flag to indicate if auto placement turned on.

This is used to compute origins for secondary dimensions
Created in NX11.0.0.

License requirements : None

NXOpen::Annotations::DimensionMeasurementBuilder* NXOpen::Annotations::BaseLinearDimensionBuilder::Measurement ( )

Returns the measurement
Created in NX9.0.0.



License requirements : None

NXOpen::Annotations::Dimension::MeasurementTypes NXOpen::Annotations::BaseLinearDimensionBuilder::MeasurementType ( )

Returns the measurement type
Created in NX10.0.0.



License requirements : None

NXOpen::Annotations::OriginBuilder* NXOpen::Annotations::BaseLinearDimensionBuilder::Origin ( )

Returns the origin
Created in NX9.0.0.



License requirements : None

NXOpen::SelectNXObject* NXOpen::Annotations::BaseLinearDimensionBuilder::SecondAssociativity ( )

Returns the second associativity.

Supported object types include Feature and DisplayableObject.
Created in NX9.0.0.

License requirements : None

void NXOpen::Annotations::BaseLinearDimensionBuilder::SetAutoplaced ( bool  isAutoplaced)

Sets a flag to indicate if auto placement turned on.

This is used to compute origins for secondary dimensions
Created in NX11.0.0.

License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")

Parameters
isAutoplacedisautoplaced
void NXOpen::Annotations::BaseLinearDimensionBuilder::SetMeasurementType ( NXOpen::Annotations::Dimension::MeasurementTypes  measurementType)

Sets the measurement type
Created in NX10.0.0.



License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")

Parameters
measurementTypemeasurementtype
void NXOpen::Annotations::BaseLinearDimensionBuilder::SetNthSecondaryArrowheadOrientation ( int  nth,
NXOpen::Annotations::TextPlacement  secondaryArrowheadOrientation 
)

The arrowhead orientation for nth secondary dimensions
Created in NX11.0.0.



License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")

Parameters
nthnth
secondaryArrowheadOrientationsecondaryarrowheadorientation
void NXOpen::Annotations::BaseLinearDimensionBuilder::SetNthSecondaryOrigin ( int  nth,
const NXOpen::Point3d secondaryOrigin 
)

The origin for nth secondary dimensions
Created in NX11.0.0.



License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")

Parameters
nthnth
secondaryOriginsecondaryorigin
void NXOpen::Annotations::BaseLinearDimensionBuilder::SetUseBaseline ( bool  useBaseline)

Sets a treat first associativity as a baseline
Created in NX9.0.0.



License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING") OR solid_modeling ("SOLIDS MODELING")

Parameters
useBaselineusebaseline
NXOpen::Annotations::StyleBuilder* NXOpen::Annotations::BaseLinearDimensionBuilder::Style ( )

Returns the style
Created in NX9.0.0.



License requirements : None

bool NXOpen::Annotations::BaseLinearDimensionBuilder::UseBaseline ( )

Returns a treat first associativity as a baseline
Created in NX9.0.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.