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

Represents a builder for an ordinate baseline
This is a sub-builder class and cannot be directly instantiated

Created in NX9.0.0. More...

Inheritance diagram for NXOpen::Annotations::OrdinateBaselineBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

bool ActivateBaseline ()
 Returns the activate baseline
Created in NX9.0.0. More...
 
bool ActivatePerpendicular ()
 Returns the activate perpendicular
Created in NX9.0.0. More...
 
NXOpen::DirectionBaselineVector ()
 Returns the baseline vector
Created in NX9.0.0. More...
 
bool IsBaselineDirectionReversed ()
 Returns a flag indicating if the positive measurement direction for the baseline is reversed
Created in NX9.0.0. More...
 
bool IsPerpendicularBaselineDirectionReversed ()
 Returns a flag indicating if the positive measurement direction for the perpendicular baseline is reversed
Created in NX9.0.0. More...
 
void SetActivateBaseline (bool active)
 Sets the activate baseline
Created in NX9.0.0. More...
 
void SetActivatePerpendicular (bool active)
 Sets the activate perpendicular
Created in NX9.0.0. More...
 
void SetBaselineDirectionReversed (bool isReversed)
 Sets a flag indicating if the positive measurement direction for the baseline is reversed
Created in NX9.0.0. More...
 
void SetBaselineVector (NXOpen::Direction *baselineVector)
 Sets the baseline vector
Created in NX9.0.0. More...
 
void SetPerpendicularBaselineDirectionReversed (bool isReversed)
 Sets a flag indicating if the positive measurement direction for the perpendicular baseline is reversed
Created in NX9.0.0. 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 builder for an ordinate baseline
This is a sub-builder class and cannot be directly instantiated

Created in NX9.0.0.


Member Function Documentation

bool NXOpen::Annotations::OrdinateBaselineBuilder::ActivateBaseline ( )

Returns the activate baseline
Created in NX9.0.0.



License requirements : None

bool NXOpen::Annotations::OrdinateBaselineBuilder::ActivatePerpendicular ( )

Returns the activate perpendicular
Created in NX9.0.0.



License requirements : None

NXOpen::Direction* NXOpen::Annotations::OrdinateBaselineBuilder::BaselineVector ( )

Returns the baseline vector
Created in NX9.0.0.



License requirements : None

bool NXOpen::Annotations::OrdinateBaselineBuilder::IsBaselineDirectionReversed ( )

Returns a flag indicating if the positive measurement direction for the baseline is reversed
Created in NX9.0.0.



License requirements : None

bool NXOpen::Annotations::OrdinateBaselineBuilder::IsPerpendicularBaselineDirectionReversed ( )

Returns a flag indicating if the positive measurement direction for the perpendicular baseline is reversed
Created in NX9.0.0.



License requirements : None

void NXOpen::Annotations::OrdinateBaselineBuilder::SetActivateBaseline ( bool  active)

Sets the activate baseline
Created in NX9.0.0.



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

Parameters
activeactive
void NXOpen::Annotations::OrdinateBaselineBuilder::SetActivatePerpendicular ( bool  active)

Sets the activate perpendicular
Created in NX9.0.0.



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

Parameters
activeactive
void NXOpen::Annotations::OrdinateBaselineBuilder::SetBaselineDirectionReversed ( bool  isReversed)

Sets a flag indicating if the positive measurement direction for the baseline is reversed
Created in NX9.0.0.



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

Parameters
isReversedisreversed
void NXOpen::Annotations::OrdinateBaselineBuilder::SetBaselineVector ( NXOpen::Direction baselineVector)

Sets the baseline vector
Created in NX9.0.0.



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

Parameters
baselineVectorbaselinevector
void NXOpen::Annotations::OrdinateBaselineBuilder::SetPerpendicularBaselineDirectionReversed ( bool  isReversed)

Sets a flag indicating if the positive measurement direction for the perpendicular baseline is reversed
Created in NX9.0.0.



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

Parameters
isReversedisreversed
virtual bool NXOpen::Annotations::OrdinateBaselineBuilder::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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.