StyledSweepReferenceMethodBuilder Class

class NXOpen.GeometricUtilities.StyledSweepReferenceMethodBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a NXOpen.GeometricUtilities.StyledSweepReferenceMethodBuilder

New in version NX6.0.0.

Properties

Property Description
HasHingeVector Returns or sets a value indicating whether there is a hinge vector
ReferenceCurve Returns the section orientation reference curve.
ReferenceOption Returns or sets the section orientation reference option.
ReferenceVector Returns or sets the section orientation reference vector.
Tag Returns the Tag for this object.

Methods

Method Description
UpdateOnReferenceVectorReversal Updates the builder based on reference vector sense
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

StyledSweepReferenceMethodBuilderReferenceOptions Enumeration This enum represents the orientation reference option.

Property Detail

HasHingeVector

StyledSweepReferenceMethodBuilder.HasHingeVector

Returns or sets a value indicating whether there is a hinge vector

-------------------------------------

Getter Method

Signature HasHingeVector

Returns:
Return type:bool

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature HasHingeVector

Parameters:hasHingeVector (bool) –

New in version NX6.0.0.

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

ReferenceCurve

StyledSweepReferenceMethodBuilder.ReferenceCurve

Returns the section orientation reference curve.

-------------------------------------

Getter Method

Signature ReferenceCurve

Returns:
Return type:NXOpen.Section

New in version NX6.0.0.

License requirements: None.

ReferenceOption

StyledSweepReferenceMethodBuilder.ReferenceOption

Returns or sets the section orientation reference option.

-------------------------------------

Getter Method

Signature ReferenceOption

Returns:
Return type:NXOpen.GeometricUtilities.StyledSweepReferenceMethodBuilderReferenceOptions

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ReferenceOption

Parameters:referenceOption (NXOpen.GeometricUtilities.StyledSweepReferenceMethodBuilderReferenceOptions) –

New in version NX6.0.0.

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

ReferenceVector

StyledSweepReferenceMethodBuilder.ReferenceVector

Returns or sets the section orientation reference vector.

-------------------------------------

Getter Method

Signature ReferenceVector

Returns:
Return type:NXOpen.Direction

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ReferenceVector

Parameters:referenceVector (NXOpen.Direction) –

New in version NX6.0.0.

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

Method Detail

UpdateOnReferenceVectorReversal

StyledSweepReferenceMethodBuilder.UpdateOnReferenceVectorReversal

Updates the builder based on reference vector sense

Signature UpdateOnReferenceVectorReversal()

New in version NX7.5.4.

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

Validate

StyledSweepReferenceMethodBuilder.Validate

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.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.