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

Represents a NXOpen::GeometricUtilities::StyledSweepReferenceMethodBuilder. More...

Inheritance diagram for NXOpen::GeometricUtilities::StyledSweepReferenceMethodBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  ReferenceOptions { ReferenceOptionsToGuide, ReferenceOptionsToCurve, ReferenceOptionsToVector }
 This enum represents the orientation reference option. More...
 

Public Member Functions

bool HasHingeVector ()
 Returns a value indicating whether there is a hinge vector
Created in NX6.0.0. More...
 
NXOpen::SectionReferenceCurve ()
 Returns the section orientation reference curve. More...
 
NXOpen::GeometricUtilities::StyledSweepReferenceMethodBuilder::ReferenceOptions ReferenceOption ()
 Returns the section orientation reference option. More...
 
NXOpen::DirectionReferenceVector ()
 Returns the section orientation reference vector. More...
 
void SetHasHingeVector (bool hasHingeVector)
 Sets a value indicating whether there is a hinge vector
Created in NX6.0.0. More...
 
void SetReferenceOption (NXOpen::GeometricUtilities::StyledSweepReferenceMethodBuilder::ReferenceOptions referenceOption)
 Sets the section orientation reference option. More...
 
void SetReferenceVector (NXOpen::Direction *referenceVector)
 Sets the section orientation reference vector. More...
 
void UpdateOnReferenceVectorReversal ()
 Updates the builder based on reference vector sense
Created in NX7.5.4. 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::GeometricUtilities::StyledSweepReferenceMethodBuilder.


Created in NX6.0.0.

Member Enumeration Documentation

This enum represents the orientation reference option.

By default, it is set to guide.

Enumerator
ReferenceOptionsToGuide 

Guide.

ReferenceOptionsToCurve 

Curve.

ReferenceOptionsToVector 

Vector Direction.

Member Function Documentation

bool NXOpen::GeometricUtilities::StyledSweepReferenceMethodBuilder::HasHingeVector ( )

Returns a value indicating whether there is a hinge vector
Created in NX6.0.0.



License requirements : None

NXOpen::Section* NXOpen::GeometricUtilities::StyledSweepReferenceMethodBuilder::ReferenceCurve ( )

Returns the section orientation reference curve.


Created in NX6.0.0.

License requirements : None

NXOpen::GeometricUtilities::StyledSweepReferenceMethodBuilder::ReferenceOptions NXOpen::GeometricUtilities::StyledSweepReferenceMethodBuilder::ReferenceOption ( )

Returns the section orientation reference option.


Created in NX6.0.0.

License requirements : None

NXOpen::Direction* NXOpen::GeometricUtilities::StyledSweepReferenceMethodBuilder::ReferenceVector ( )

Returns the section orientation reference vector.


Created in NX6.0.0.

License requirements : None

void NXOpen::GeometricUtilities::StyledSweepReferenceMethodBuilder::SetHasHingeVector ( bool  hasHingeVector)

Sets a value indicating whether there is a hinge vector
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Parameters
hasHingeVectorhashingevector
void NXOpen::GeometricUtilities::StyledSweepReferenceMethodBuilder::SetReferenceOption ( NXOpen::GeometricUtilities::StyledSweepReferenceMethodBuilder::ReferenceOptions  referenceOption)

Sets the section orientation reference option.


Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Parameters
referenceOptionreferenceoption
void NXOpen::GeometricUtilities::StyledSweepReferenceMethodBuilder::SetReferenceVector ( NXOpen::Direction referenceVector)

Sets the section orientation reference vector.


Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Parameters
referenceVectorreferencevector
void NXOpen::GeometricUtilities::StyledSweepReferenceMethodBuilder::UpdateOnReferenceVectorReversal ( )

Updates the builder based on reference vector sense
Created in NX7.5.4.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

virtual bool NXOpen::GeometricUtilities::StyledSweepReferenceMethodBuilder::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.