StyledSweepReferenceMethodBuilder Class¶
-
class
NXOpen.GeometricUtilities.StyledSweepReferenceMethodBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents a
NXOpen.GeometricUtilities.StyledSweepReferenceMethodBuilderNew 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
HasHingeVectorReturns: Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
HasHingeVectorParameters: 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
ReferenceCurveReturns: Return type: NXOpen.SectionNew in version NX6.0.0.
License requirements: None.
ReferenceOption¶
-
StyledSweepReferenceMethodBuilder.ReferenceOption¶ Returns or sets the section orientation reference option.
-------------------------------------Getter Method
Signature
ReferenceOptionReturns: Return type: NXOpen.GeometricUtilities.StyledSweepReferenceMethodBuilderReferenceOptionsNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ReferenceOptionParameters: 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
ReferenceVectorReturns: Return type: NXOpen.DirectionNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ReferenceVectorParameters: 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.