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

Represents a GeometricUtilities::StyledSweepReferenceMethodBuilder. More...

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

List of all members.

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

Detailed Description

Represents a 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

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



License requirements : None

Returns the section orientation reference curve.


Created in NX6.0.0.

License requirements : None

Returns the section orientation reference option.


Created in NX6.0.0.

License requirements : None

Returns the section orientation reference vector.


Created in NX6.0.0.

License requirements : None

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

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

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

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")

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 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.