NX Open C++ Reference Guide
|
Represents the builder to create demo cylinder list item used for close range visibility. More...
Public Types | |
enum | ValidateTypes { ValidateTypesSimple, ValidateTypesDetailed } |
This enum represents the simple or detailed checking options to validate demo cylinders visibility. More... | |
Public Member Functions | |
NXOpen::Expression * | PositionOnPath () |
Returns the percentage value of position on demo cylinder path to define the demo cylinder. | |
void | SetShowDemoCylinder (bool showDemoCylinder) |
Sets the indication if demo cylinder will be shown. | |
void | SetShowDemoCylinderRay (bool showDemoCylinderRay) |
Sets the indication if demo cylinder ray will be shown. | |
void | SetValidateType (NXOpen::Features::VehicleDesign::CloseRangeDemoCylinderListItemBuilder::ValidateTypes validateType) |
Sets the validate checking types to define the close range visibility for the demo cylinders. | |
bool | ShowDemoCylinder () |
Returns the indication if demo cylinder will be shown. | |
bool | ShowDemoCylinderRay () |
Returns the indication if demo cylinder ray will be shown. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
NXOpen::Features::VehicleDesign::CloseRangeDemoCylinderListItemBuilder::ValidateTypes | ValidateType () |
Returns the validate checking types to define the close range visibility for the demo cylinders. | |
![]() | |
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 demo cylinder list item used for close range visibility.
<br> To create a new instance of this class, use @link Features::VehicleDesign::CloseRangeVisibilityBuilder::CreateDemoCylinderListItemBuilder Features::VehicleDesign::CloseRangeVisibilityBuilder::CreateDemoCylinderListItemBuilder @endlink <br>
Created in NX8.5.0.
NXOpen::Expression* NXOpen::Features::VehicleDesign::CloseRangeDemoCylinderListItemBuilder::PositionOnPath | ( | ) |
Returns the percentage value of position on demo cylinder path to define the demo cylinder.
Created in NX8.5.0.
License requirements : None
void NXOpen::Features::VehicleDesign::CloseRangeDemoCylinderListItemBuilder::SetShowDemoCylinder | ( | bool | showDemoCylinder | ) |
Sets the indication if demo cylinder will be shown.
Created in NX8.5.0.
License requirements : nx_general_packaging ("NX General Packaging")
showDemoCylinder | showdemocylinder |
void NXOpen::Features::VehicleDesign::CloseRangeDemoCylinderListItemBuilder::SetShowDemoCylinderRay | ( | bool | showDemoCylinderRay | ) |
Sets the indication if demo cylinder ray will be shown.
Created in NX8.5.0.
License requirements : nx_general_packaging ("NX General Packaging")
showDemoCylinderRay | showdemocylinderray |
void NXOpen::Features::VehicleDesign::CloseRangeDemoCylinderListItemBuilder::SetValidateType | ( | NXOpen::Features::VehicleDesign::CloseRangeDemoCylinderListItemBuilder::ValidateTypes | validateType | ) |
Sets the validate checking types to define the close range visibility for the demo cylinders.
Created in NX8.5.0.
License requirements : nx_general_packaging ("NX General Packaging")
validateType | validatetype |
bool NXOpen::Features::VehicleDesign::CloseRangeDemoCylinderListItemBuilder::ShowDemoCylinder | ( | ) |
Returns the indication if demo cylinder will be shown.
Created in NX8.5.0.
License requirements : None
bool NXOpen::Features::VehicleDesign::CloseRangeDemoCylinderListItemBuilder::ShowDemoCylinderRay | ( | ) |
Returns the indication if demo cylinder ray will be shown.
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.
NXOpen::Features::VehicleDesign::CloseRangeDemoCylinderListItemBuilder::ValidateTypes NXOpen::Features::VehicleDesign::CloseRangeDemoCylinderListItemBuilder::ValidateType | ( | ) |
Returns the validate checking types to define the close range visibility for the demo cylinders.
Created in NX8.5.0.
License requirements : None