CloseRangeBlindVolumeListItemBuilder Class

class NXOpen.Features.VehicleDesign.CloseRangeBlindVolumeListItemBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents the builder to create blind volume list item used for close range visibility.

This class is sub-object of another builder, and cannot be directly instantiated.

New in version NX8.5.0.

Properties

Property Description
EndParameter Returns the end parameter value on the path curve of the blind volume area.
MaximumLength Returns the maximum length calculated from the rear end wheel of the cylinder located to the blind volume area.
MeasuredLength Returns the measured length calculated from start parameter path curve point to end parameter path curve point.
StartParameter Returns the start parameter value on the path curve of the blind volume area.
Status Returns the indication if the measured length of blind volume area is acceptable or not.
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

EndParameter

CloseRangeBlindVolumeListItemBuilder.EndParameter

Returns the end parameter value on the path curve of the blind volume area.

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

Getter Method

Signature EndParameter

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

MaximumLength

CloseRangeBlindVolumeListItemBuilder.MaximumLength

Returns the maximum length calculated from the rear end wheel of the cylinder located to the blind volume area.

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

Getter Method

Signature MaximumLength

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

MeasuredLength

CloseRangeBlindVolumeListItemBuilder.MeasuredLength

Returns the measured length calculated from start parameter path curve point to end parameter path curve point.

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

Getter Method

Signature MeasuredLength

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

StartParameter

CloseRangeBlindVolumeListItemBuilder.StartParameter

Returns the start parameter value on the path curve of the blind volume area.

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

Getter Method

Signature StartParameter

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

Status

CloseRangeBlindVolumeListItemBuilder.Status

Returns the indication if the measured length of blind volume area is acceptable or not.

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

Getter Method

Signature Status

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

Method Detail

Validate

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