NX Open C++ Reference Guide
|
Represents the builder to create blind volume list item used for close range visibility. More...
Public Member Functions | |
double | EndParameter () |
Returns the end parameter value on the path curve of the blind volume area. | |
double | MaximumLength () |
Returns the maximum length calculated from the rear end wheel of the cylinder located to the blind volume area. | |
double | MeasuredLength () |
Returns the measured length calculated from start parameter path curve point to end parameter path curve point. | |
double | StartParameter () |
Returns the start parameter value on the path curve of the blind volume area. | |
bool | Status () |
Returns the indication if the measured length of blind volume area is acceptable or not. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the builder to create blind volume list item used for close range visibility.
<br> This class is sub-object of another builder, and cannot be directly instantiated. <br>
Created in NX8.5.0.
double NXOpen::Features::VehicleDesign::CloseRangeBlindVolumeListItemBuilder::EndParameter | ( | ) |
Returns the end parameter value on the path curve of the blind volume area.
Created in NX8.5.0.
License requirements : None
double NXOpen::Features::VehicleDesign::CloseRangeBlindVolumeListItemBuilder::MaximumLength | ( | ) |
Returns the maximum length calculated from the rear end wheel of the cylinder located to the blind volume area.
Created in NX8.5.0.
License requirements : None
double NXOpen::Features::VehicleDesign::CloseRangeBlindVolumeListItemBuilder::MeasuredLength | ( | ) |
Returns the measured length calculated from start parameter path curve point to end parameter path curve point.
Created in NX8.5.0.
License requirements : None
double NXOpen::Features::VehicleDesign::CloseRangeBlindVolumeListItemBuilder::StartParameter | ( | ) |
Returns the start parameter value on the path curve of the blind volume area.
Created in NX8.5.0.
License requirements : None
bool NXOpen::Features::VehicleDesign::CloseRangeBlindVolumeListItemBuilder::Status | ( | ) |
Returns the indication if the measured length of blind volume area is acceptable or not.
Created in NX8.5.0.
License requirements : None
|
virtual |
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.
Implements NXOpen::GeometricUtilities::IComponentBuilder.