NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Drawings::HingeLineBuilder Class Reference

Represents a Drawings.HingeLineBuilder. More...

Inheritance diagram for NXOpen::Drawings::HingeLineBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  Hingeline { HingelineInferred, HingelineDefined }
 Specifies the hinge line vector option. More...
 

Public Member Functions

bool Associative ()
 Returns the infer associative setting
Created in NX6.0.0. More...
 
bool ReverseDirection ()
 Returns the reverse direction setting
Created in NX6.0.0. More...
 
void SetAssociative (bool associative)
 Sets the infer associative setting
Created in NX6.0.0. More...
 
void SetReverseDirection (bool reverseDirection)
 Sets the reverse direction setting
Created in NX6.0.0. More...
 
void SetSpecifyVector (NXOpen::Direction *specifyVector)
 Sets the direction for the hinge line
Created in NX6.0.0. More...
 
void SetVectorOption (NXOpen::Drawings::HingeLineBuilder::Hingeline vectorOption)
 Sets the vector option: Inferred or Defined
Created in NX6.0.0. More...
 
NXOpen::DirectionSpecifyVector ()
 Returns the direction for the hinge line
Created in NX6.0.0. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
NXOpen::Drawings::HingeLineBuilder::Hingeline VectorOption ()
 Returns the vector option: Inferred or Defined
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a Drawings.HingeLineBuilder.

A hinge line is a line displayed on the parent view and used as a reference to rotate a child view in proper orthographic space.


Created in NX6.0.0.

Member Enumeration Documentation

Specifies the hinge line vector option.

Enumerator
HingelineInferred 

The option to infer a hinge line based on parent, child view position.

HingelineDefined 

The option for selecting hinge line using vector construction tools.

Member Function Documentation

bool NXOpen::Drawings::HingeLineBuilder::Associative ( )

Returns the infer associative setting
Created in NX6.0.0.



License requirements : None

bool NXOpen::Drawings::HingeLineBuilder::ReverseDirection ( )

Returns the reverse direction setting
Created in NX6.0.0.



License requirements : None

void NXOpen::Drawings::HingeLineBuilder::SetAssociative ( bool  associative)

Sets the infer associative setting
Created in NX6.0.0.



License requirements : None

Parameters
associativeassociative
void NXOpen::Drawings::HingeLineBuilder::SetReverseDirection ( bool  reverseDirection)

Sets the reverse direction setting
Created in NX6.0.0.



License requirements : None

Parameters
reverseDirectionreversedirection
void NXOpen::Drawings::HingeLineBuilder::SetSpecifyVector ( NXOpen::Direction specifyVector)

Sets the direction for the hinge line
Created in NX6.0.0.



License requirements : None

Parameters
specifyVectorspecifyvector
void NXOpen::Drawings::HingeLineBuilder::SetVectorOption ( NXOpen::Drawings::HingeLineBuilder::Hingeline  vectorOption)

Sets the vector option: Inferred or Defined
Created in NX6.0.0.



License requirements : None

Parameters
vectorOptionvectoroption
NXOpen::Direction* NXOpen::Drawings::HingeLineBuilder::SpecifyVector ( )

Returns the direction for the hinge line
Created in NX6.0.0.



License requirements : None

virtual bool NXOpen::Drawings::HingeLineBuilder::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.

NXOpen::Drawings::HingeLineBuilder::Hingeline NXOpen::Drawings::HingeLineBuilder::VectorOption ( )

Returns the vector option: Inferred or Defined
Created in NX6.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.