NX Open C++ Reference Guide
|
Represents a Features::VehicleDesign::WindshieldDatum builder used to create or edit a Windshield Datum. More...
Public Types | |
enum | CustomVisionAngle { CustomVisionAngleStandard, CustomVisionAngleCustom } |
Represents the vision angle type to define the Windshield Datum. More... | |
enum | EnumEyeType { EnumEyeTypeEyeFeature, EnumEyeTypeV1Point, EnumEyeTypeV2Point } |
Represents the eye definition type to define the Windshield Datum. More... | |
Public Member Functions | |
bool | AssoToggle () |
Returns the associative option that determines whether to create feature or not. | |
NXOpen::Expression * | BottomAngle () |
Returns the bottom inclined angle. | |
NXOpen::Features::SelectFeature * | EyeFeature () |
Returns the eye feature; select eec feature when eye type specified. | |
NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::EnumEyeType | EyeType () |
Returns the eye type to determine which type of v points to be used. | |
NXOpen::Expression * | HorizontalAngle () |
Returns the horizontal inclined angle. | |
NXString | LoadingName () |
Returns the name of the used loading in the Windshield Datum. | |
NXOpen::Point * | PointV1 () |
Returns the point v1; select one point when eye type specified. | |
NXOpen::Point * | PointV2 () |
Returns the point v2; select one point when eye type specified. | |
NXOpen::Expression * | RayLength () |
Returns the ray length. | |
NXOpen::ScCollector * | SelectWindshield () |
Returns the windshield collector which the v points will be projected onto. | |
void | SetAssoToggle (bool assoToggle) |
Sets the associative option that determines whether to create feature or not. | |
void | SetEyeType (NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::EnumEyeType eyeType) |
Sets the eye type to determine which type of v points to be used. | |
void | SetLoadingName (const NXString &loadingName) |
Sets the name of the used loading in the Windshield Datum. | |
void | SetLoadingName (const char *loadingName) |
Sets the name of the used loading in the Windshield Datum. | |
void | SetPointV1 (NXOpen::Point *pointV1) |
Sets the point v1; select one point when eye type specified. | |
void | SetPointV2 (NXOpen::Point *pointV2) |
Sets the point v2; select one point when eye type specified. | |
void | SetShowPoints (bool showPoints) |
Sets the show points to determine whether to create points or not. | |
void | SetShowRays (bool showRays) |
Sets the show rays to determine whether to create ray lines or not. | |
void | SetUseStandardLoading (bool useStandardLoading) |
Sets the option that determines whether to use the loading specified by standard or not. | |
void | SetVisionType (NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::CustomVisionAngle visionType) |
Sets the vision type; standard or customer defined. | |
bool | ShowPoints () |
Returns the show points to determine whether to create points or not. | |
bool | ShowRays () |
Returns the show rays to determine whether to create ray lines or not. | |
NXOpen::Expression * | TopAngle () |
Returns the top inclined angle. | |
bool | UseStandardLoading () |
Returns the option that determines whether to use the loading specified by standard or not. | |
NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::CustomVisionAngle | VisionType () |
Returns the vision type; standard or customer defined. | |
![]() | |
NXOpen::Features::Feature * | CommitFeature () |
Commits the feature parameters and creates the feature. | |
NXOpen::Features::Feature * | GetFeature () |
Returns the feature currently being edited by this builder. | |
void | HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature) |
Re-suppress an internal parent feature (a slave feature) after it has been edited. | |
bool | ParentFeatureInternal () |
Returns whether or not the latest timestamped parent feature of this feature should be made internal Created in NX5.0.0. | |
bool | PatchSolutionFlag () |
Returns the patch solution flag Created in NX8.0.1. | |
NXString | PatchSurfaceFilename () |
Returns the patch surface filename Created in NX8.0.1. | |
void | SetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
Set the parent features which would be internal or slaves to the feature being created or commited Created in NX6.0.0. | |
void | SetParentFeatureInternal (bool isInternal) |
Sets whether or not the latest timestamped parent feature of this feature should be made internal Created in NX5.0.0. | |
void | SetPatchSolutionFlag (bool optionValue) |
Sets the patch solution flag Created in NX8.0.1. | |
void | SetPatchSurfaceFilename (const NXString &surfaceFilename) |
Sets the patch surface filename Created in NX8.0.1. | |
void | SetPatchSurfaceFilename (const char *surfaceFilename) |
Sets the patch surface filename Created in NX8.0.1. | |
void | SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename) |
Sets the surrounding patch surface filename Created in NX8.0.1. | |
void | SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename) |
Sets the surrounding patch surface filename Created in NX8.0.1. | |
void | ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature) |
Unsuppress an internal parent feature (a slave feature) so it can be edited. | |
NXString | SurroundingPatchSurfaceFilename () |
Returns the surrounding patch surface filename Created in NX8.0.1. | |
void | UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
Set the internal parent feature of the feature being edited to external Created in NX6.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
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 a Features::VehicleDesign::WindshieldDatum builder used to create or edit a Windshield Datum.
<br> To create a new instance of this class, use @link Features::VehicleDesignCollection::CreateWindshieldDatumBuilder Features::VehicleDesignCollection::CreateWindshieldDatumBuilder @endlink <br>
Default values.
Property | Value |
---|---|
AssoToggle |
1 |
BottomAngle.Value |
5 |
EyeType |
EyeFeature |
HorizontalAngle.Value |
17 |
RayLength.Value |
3000 (millimeters part), 0 (inches part) |
ShowPoints |
1 |
ShowRays |
1 |
TopAngle.Value |
7 |
UseStandardLoading |
1 |
VisionType |
Standard |
Created in NX6.0.0.
bool NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::AssoToggle | ( | ) |
Returns the associative option that determines whether to create feature or not.
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::BottomAngle | ( | ) |
Returns the bottom inclined angle.
Created in NX6.0.0.
License requirements : None
NXOpen::Features::SelectFeature* NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::EyeFeature | ( | ) |
Returns the eye feature; select eec feature when eye type specified.
Created in NX6.0.0.
License requirements : None
NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::EnumEyeType NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::EyeType | ( | ) |
Returns the eye type to determine which type of v points to be used.
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::HorizontalAngle | ( | ) |
Returns the horizontal inclined angle.
Created in NX6.0.0.
License requirements : None
NXString NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::LoadingName | ( | ) |
Returns the name of the used loading in the Windshield Datum.
Created in NX9.0.0.
License requirements : None
NXOpen::Point* NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::PointV1 | ( | ) |
Returns the point v1; select one point when eye type specified.
Created in NX6.0.0.
License requirements : None
NXOpen::Point* NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::PointV2 | ( | ) |
Returns the point v2; select one point when eye type specified.
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::RayLength | ( | ) |
Returns the ray length.
Created in NX6.0.0.
License requirements : None
NXOpen::ScCollector* NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::SelectWindshield | ( | ) |
Returns the windshield collector which the v points will be projected onto.
Created in NX6.0.0.
License requirements : None
void NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::SetAssoToggle | ( | bool | assoToggle | ) |
Sets the associative option that determines whether to create feature or not.
Created in NX6.0.0.
License requirements : nx_general_packaging ("NX General Packaging")
assoToggle | assotoggle |
void NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::SetEyeType | ( | NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::EnumEyeType | eyeType | ) |
Sets the eye type to determine which type of v points to be used.
Created in NX6.0.0.
License requirements : nx_general_packaging ("NX General Packaging")
eyeType | eyetype |
void NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::SetLoadingName | ( | const NXString & | loadingName | ) |
Sets the name of the used loading in the Windshield Datum.
Created in NX9.0.0.
License requirements : nx_general_packaging ("NX General Packaging")
loadingName | loadingname |
void NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::SetLoadingName | ( | const char * | loadingName | ) |
Sets the name of the used loading in the Windshield Datum.
Created in NX9.0.0.
License requirements : nx_general_packaging ("NX General Packaging")
loadingName | loadingname |
void NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::SetPointV1 | ( | NXOpen::Point * | pointV1 | ) |
Sets the point v1; select one point when eye type specified.
Created in NX6.0.0.
License requirements : nx_general_packaging ("NX General Packaging")
pointV1 | pointv1 |
void NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::SetPointV2 | ( | NXOpen::Point * | pointV2 | ) |
Sets the point v2; select one point when eye type specified.
Created in NX6.0.0.
License requirements : nx_general_packaging ("NX General Packaging")
pointV2 | pointv2 |
void NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::SetShowPoints | ( | bool | showPoints | ) |
Sets the show points to determine whether to create points or not.
Created in NX6.0.0.
License requirements : nx_general_packaging ("NX General Packaging")
showPoints | showpoints |
void NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::SetShowRays | ( | bool | showRays | ) |
Sets the show rays to determine whether to create ray lines or not.
Created in NX6.0.0.
License requirements : nx_general_packaging ("NX General Packaging")
showRays | showrays |
void NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::SetUseStandardLoading | ( | bool | useStandardLoading | ) |
Sets the option that determines whether to use the loading specified by standard or not.
Created in NX9.0.0.
License requirements : nx_general_packaging ("NX General Packaging")
useStandardLoading | usestandardloading |
void NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::SetVisionType | ( | NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::CustomVisionAngle | visionType | ) |
Sets the vision type; standard or customer defined.
Created in NX6.0.0.
License requirements : nx_general_packaging ("NX General Packaging")
visionType | visiontype |
bool NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::ShowPoints | ( | ) |
Returns the show points to determine whether to create points or not.
Created in NX6.0.0.
License requirements : None
bool NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::ShowRays | ( | ) |
Returns the show rays to determine whether to create ray lines or not.
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::TopAngle | ( | ) |
Returns the top inclined angle.
Created in NX6.0.0.
License requirements : None
bool NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::UseStandardLoading | ( | ) |
Returns the option that determines whether to use the loading specified by standard or not.
Created in NX9.0.0.
License requirements : None
NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::CustomVisionAngle NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::VisionType | ( | ) |
Returns the vision type; standard or customer defined.
Created in NX6.0.0.
License requirements : None