IsoparametricBuilder Class

class NXOpen.GeometricAnalysis.SectionAnalysis.IsoparametricBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents the Isoparametric specification for a GeometricAnalysis.SectionAnalysis.SectionAnalysisExBuilder.

New in version NX7.0.0.

Properties

Property Description
IsSpacingEnabled Returns or sets a value indicating whether the spacing is applied
IsUEnabled Returns or sets a value indicating wheter the U direction is enabled
IsVEnabled Returns or sets a value indicating wheter the V direction is enabled
Number Returns or sets a value indicating how many sections should be created
Spacing Returns or sets a value indicating the space between sections
Tag Returns the Tag for this object.

Methods

Method Description
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

IsSpacingEnabled

IsoparametricBuilder.IsSpacingEnabled

Returns or sets a value indicating whether the spacing is applied

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

Getter Method

Signature IsSpacingEnabled

Returns:
Return type:bool

New in version NX7.0.0.

License requirements: None.

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

Setter Method

Signature IsSpacingEnabled

Parameters:isSpacingEnabled (bool) –

New in version NX7.0.0.

License requirements: studio_analyze (“STUDIO ANALYZE”)

IsUEnabled

IsoparametricBuilder.IsUEnabled

Returns or sets a value indicating wheter the U direction is enabled

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

Getter Method

Signature IsUEnabled

Returns:
Return type:bool

New in version NX7.0.0.

License requirements: None.

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

Setter Method

Signature IsUEnabled

Parameters:isUEnabled (bool) –

New in version NX7.0.0.

License requirements: studio_analyze (“STUDIO ANALYZE”)

IsVEnabled

IsoparametricBuilder.IsVEnabled

Returns or sets a value indicating wheter the V direction is enabled

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

Getter Method

Signature IsVEnabled

Returns:
Return type:bool

New in version NX7.0.0.

License requirements: None.

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

Setter Method

Signature IsVEnabled

Parameters:isVEnabled (bool) –

New in version NX7.0.0.

License requirements: studio_analyze (“STUDIO ANALYZE”)

Number

IsoparametricBuilder.Number

Returns or sets a value indicating how many sections should be created

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

Getter Method

Signature Number

Returns:
Return type:int

New in version NX7.0.0.

License requirements: None.

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

Setter Method

Signature Number

Parameters:number (int) –

New in version NX7.0.0.

License requirements: studio_analyze (“STUDIO ANALYZE”)

Spacing

IsoparametricBuilder.Spacing

Returns or sets a value indicating the space between sections

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

Getter Method

Signature Spacing

Returns:
Return type:float

New in version NX7.0.0.

License requirements: None.

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

Setter Method

Signature Spacing

Parameters:spacing (float) –

New in version NX7.0.0.

License requirements: studio_analyze (“STUDIO ANALYZE”)

Method Detail

Validate

IsoparametricBuilder.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.