NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Features::VehicleDesign::WindshieldDatumBuilder Class Reference

Represents a NXOpen::Features::VehicleDesign::WindshieldDatum builder used to create or edit a Windshield Datum. More...

Inheritance diagram for NXOpen::Features::VehicleDesign::WindshieldDatumBuilder:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

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. More...
 
NXOpen::ExpressionBottomAngle ()
 Returns the bottom inclined angle. More...
 
NXOpen::Features::SelectFeatureEyeFeature ()
 Returns the eye feature; select eec feature when eye type specified. More...
 
NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::EnumEyeType EyeType ()
 Returns the eye type to determine which type of v points to be used. More...
 
NXOpen::ExpressionHorizontalAngle ()
 Returns the horizontal inclined angle. More...
 
NXString LoadingName ()
 Returns the name of the used loading in the Windshield Datum. More...
 
NXOpen::PointPointV1 ()
 Returns the point v1; select one point when eye type specified. More...
 
NXOpen::PointPointV2 ()
 Returns the point v2; select one point when eye type specified. More...
 
NXOpen::ExpressionRayLength ()
 Returns the ray length. More...
 
NXOpen::ScCollectorSelectWindshield ()
 Returns the windshield collector which the v points will be projected onto. More...
 
void SetAssoToggle (bool assoToggle)
 Sets the associative option that determines whether to create feature or not. More...
 
void SetEyeType (NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::EnumEyeType eyeType)
 Sets the eye type to determine which type of v points to be used. More...
 
void SetLoadingName (const NXString &loadingName)
 Sets the name of the used loading in the Windshield Datum. More...
 
void SetLoadingName (const char *loadingName)
 Sets the name of the used loading in the Windshield Datum. More...
 
void SetPointV1 (NXOpen::Point *pointV1)
 Sets the point v1; select one point when eye type specified. More...
 
void SetPointV2 (NXOpen::Point *pointV2)
 Sets the point v2; select one point when eye type specified. More...
 
void SetShowPoints (bool showPoints)
 Sets the show points to determine whether to create points or not. More...
 
void SetShowRays (bool showRays)
 Sets the show rays to determine whether to create ray lines or not. More...
 
void SetUseStandardLoading (bool useStandardLoading)
 Sets the option that determines whether to use the loading specified by standard or not. More...
 
void SetVisionType (NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::CustomVisionAngle visionType)
 Sets the vision type; standard or customer defined. More...
 
bool ShowPoints ()
 Returns the show points to determine whether to create points or not. More...
 
bool ShowRays ()
 Returns the show rays to determine whether to create ray lines or not. More...
 
NXOpen::ExpressionTopAngle ()
 Returns the top inclined angle. More...
 
bool UseStandardLoading ()
 Returns the option that determines whether to use the loading specified by standard or not. More...
 
NXOpen::Features::VehicleDesign::WindshieldDatumBuilder::CustomVisionAngle VisionType ()
 Returns the vision type; standard or customer defined. More...
 
- Public Member Functions inherited from NXOpen::Features::FeatureBuilder
NXOpen::Features::FeatureCommitFeature ()
 Commits the feature parameters and creates the feature. More...
 
NXOpen::Features::FeatureGetFeature ()
 Returns the feature currently being edited by this builder. More...
 
void HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature)
 Re-suppress an internal parent feature (a slave feature) after it has been edited. More...
 
bool ParentFeatureInternal ()
 Returns whether or not the latest timestamped parent feature of this feature should be made internal
Created in NX5.0.0. More...
 
bool PatchSolutionFlag ()
 Returns the patch solution flag
Created in NX8.0.1. More...
 
NXString PatchSurfaceFilename ()
 Returns the patch surface filename
Created in NX8.0.1. More...
 
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. More...
 
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. More...
 
void SetPatchSolutionFlag (bool optionValue)
 Sets the patch solution flag
Created in NX8.0.1. More...
 
void SetPatchSurfaceFilename (const NXString &surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1. More...
 
void SetPatchSurfaceFilename (const char *surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1. More...
 
void SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1. More...
 
void SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1. More...
 
void ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature)
 Unsuppress an internal parent feature (a slave feature) so it can be edited. More...
 
NXString SurroundingPatchSurfaceFilename ()
 Returns the surrounding patch surface filename
Created in NX8.0.1. More...
 
void UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature)
 Set the internal parent feature of the feature being edited to external
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::Features::VehicleDesign::WindshieldDatum builder used to create or edit a Windshield Datum.


To create a new instance of this class, use NXOpen::Features::VehicleDesignCollection::CreateWindshieldDatumBuilder
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.

Member Enumeration Documentation

Represents the vision angle type to define the Windshield Datum.

Enumerator
CustomVisionAngleStandard 

standard

CustomVisionAngleCustom 

customized

Represents the eye definition type to define the Windshield Datum.

Enumerator
EnumEyeTypeEyeFeature 

eye feature

EnumEyeTypeV1Point 

v1 point

EnumEyeTypeV2Point 

v2 point

Member Function Documentation

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")

Parameters
assoToggleassotoggle
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")

Parameters
eyeTypeeyetype
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")

Parameters
loadingNameloadingname
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")

Parameters
loadingNameloadingname
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")

Parameters
pointV1pointv1
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")

Parameters
pointV2pointv2
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")

Parameters
showPointsshowpoints
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")

Parameters
showRaysshowrays
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")

Parameters
useStandardLoadingusestandardloading
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")

Parameters
visionTypevisiontype
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


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.