|
NX Open C++ Reference Guide
|
A Features::VehicleDesign::AllAroundVisionBuilder used to create or edit a vehicle design Features::VehicleDesign::AllAroundVision feature. More...
Public Types | |
| enum | Types { TypesPillars, TypesWindows } |
| Used to indicate the type of obstructing geometry to use. More... | |
| enum | WindowTypes { WindowTypesFace, WindowTypesCurve } |
| Used to indicate the type of geometry used to define the window. More... | |
Public Member Functions | |
| NXOpen::ScCollector * | CarGeometry () |
| Returns the faces representing the car geometry to use as obstructing elements. | |
| bool | CreateIntersectionGeometry () |
| Returns the indication if the intersection geometry should be created. | |
| double | DistanceTolerance () |
| Returns the distance tolerance. | |
| NXOpen::ScCollector * | FrontHeadRestGeometry () |
| Returns the faces representing the front head rest geometry to use as obstructing elements. | |
| NXOpen::NXColor * | ObstructedColor () |
| Returns the color of the obstructed area. | |
| NXOpen::ScCollector * | RearHeadRestGeometry () |
| Returns the faces representing the rear head rest geometry to use as obstructing elements. | |
| NXOpen::Point * | SeatReferencePoint () |
| Returns the seat reference point(SgRP). | |
| void | SetCreateIntersectionGeometry (bool createIntersectionGeometry) |
| Sets the indication if the intersection geometry should be created. | |
| void | SetDistanceTolerance (double distanceTolerance) |
| Sets the distance tolerance. | |
| void | SetObstructedColor (NXOpen::NXColor *obstructedColor) |
| Sets the color of the obstructed area. | |
| void | SetSeatReferencePoint (NXOpen::Point *seatReferencePoint) |
| Sets the seat reference point(SgRP). | |
| void | SetTranslucency (int translucency) |
| Sets the translucency of the vision area. | |
| void | SetType (NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::Types type) |
| Sets the type of obstructing geometry being supplied. | |
| void | SetUseFrontHeadRests (bool useFrontHeadRests) |
| Sets the indication if the front head rests geometry should be used. | |
| void | SetUseRearHeadRests (bool useRearHeadRests) |
| Sets the indication if rear head rests geometry should be used. | |
| void | SetUseWireFrameOnly (bool useWireFrameOnly) |
| Sets the indication if only wire frame should be used. | |
| void | SetVisibleColor (NXOpen::NXColor *visibleColor) |
| Sets the color of the visible area. | |
| void | SetWindowType (NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::WindowTypes windowType) |
| Sets the type of geometry used to define the window. | |
| int | Translucency () |
| Returns the translucency of the vision area. | |
| NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::Types | Type () |
| Returns the type of obstructing geometry being supplied. | |
| bool | UseFrontHeadRests () |
| Returns the indication if the front head rests geometry should be used. | |
| bool | UseRearHeadRests () |
| Returns the indication if rear head rests geometry should be used. | |
| bool | UseWireFrameOnly () |
| Returns the indication if only wire frame should be used. | |
| NXOpen::NXColor * | VisibleColor () |
| Returns the color of the visible area. | |
| NXOpen::Expression * | VisionAreaRadius () |
| Returns the radius of a circle definiing the vision area. | |
| NXOpen::Section * | WindowCurveGeometry () |
| Returns the curves representing the window geometry to use as non-obstructing elements. | |
| NXOpen::ScCollector * | WindowFaceGeometry () |
| Returns the faces representing the window geometry to use as non-obstructing elements. | |
| NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::WindowTypes | WindowType () |
| Returns the type of geometry used to define the window. | |
Public Member Functions inherited from NXOpen::Features::FeatureBuilder | |
| 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. | |
Public Member Functions inherited from NXOpen::Builder | |
| 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. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
A Features::VehicleDesign::AllAroundVisionBuilder used to create or edit a vehicle design Features::VehicleDesign::AllAroundVision feature.
<br> To create a new instance of this class, use @link Features::VehicleDesignCollection::CreateAllAroundVisionBuilder Features::VehicleDesignCollection::CreateAllAroundVisionBuilder @endlink <br>
Default values.
| Property | Value |
|---|---|
|
CreateIntersectionGeometry |
0 |
|
UseFrontHeadRests |
0 |
|
UseRearHeadRests |
0 |
|
UseWireFrameOnly |
0 |
|
VisionAreaRadius.Value |
0 (millimeters part), 0 (inches part) |
|
WindowType |
Created in NX8.5.0.
| NXOpen::ScCollector* NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::CarGeometry | ( | ) |
Returns the faces representing the car geometry to use as obstructing elements.
Created in NX8.5.0.
License requirements : None
| bool NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::CreateIntersectionGeometry | ( | ) |
Returns the indication if the intersection geometry should be created.
Created in NX8.5.0.
License requirements : None
| double NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::DistanceTolerance | ( | ) |
Returns the distance tolerance.
Created in NX8.5.0.
License requirements : None
| NXOpen::ScCollector* NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::FrontHeadRestGeometry | ( | ) |
Returns the faces representing the front head rest geometry to use as obstructing elements.
Created in NX8.5.0.
License requirements : None
| NXOpen::NXColor* NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::ObstructedColor | ( | ) |
Returns the color of the obstructed area.
Created in NX8.5.0.
License requirements : None
| NXOpen::ScCollector* NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::RearHeadRestGeometry | ( | ) |
Returns the faces representing the rear head rest geometry to use as obstructing elements.
Created in NX8.5.0.
License requirements : None
| NXOpen::Point* NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::SeatReferencePoint | ( | ) |
Returns the seat reference point(SgRP).
Created in NX8.5.0.
License requirements : None
| void NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::SetCreateIntersectionGeometry | ( | bool | createIntersectionGeometry | ) |
Sets the indication if the intersection geometry should be created.
Created in NX8.5.0.
License requirements : nx_general_packaging ("NX General Packaging")
| createIntersectionGeometry | createintersectiongeometry |
| void NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::SetDistanceTolerance | ( | double | distanceTolerance | ) |
Sets the distance tolerance.
Created in NX8.5.0.
License requirements : nx_general_packaging ("NX General Packaging")
| distanceTolerance | distancetolerance |
| void NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::SetObstructedColor | ( | NXOpen::NXColor * | obstructedColor | ) |
Sets the color of the obstructed area.
Created in NX8.5.0.
License requirements : nx_general_packaging ("NX General Packaging")
| obstructedColor | obstructedcolor |
| void NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::SetSeatReferencePoint | ( | NXOpen::Point * | seatReferencePoint | ) |
Sets the seat reference point(SgRP).
Created in NX8.5.0.
License requirements : nx_general_packaging ("NX General Packaging")
| seatReferencePoint | seatreferencepoint |
| void NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::SetTranslucency | ( | int | translucency | ) |
Sets the translucency of the vision area.
Created in NX8.5.0.
License requirements : nx_general_packaging ("NX General Packaging")
| translucency | translucency |
| void NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::SetType | ( | NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::Types | type | ) |
Sets the type of obstructing geometry being supplied.
Created in NX8.5.0.
License requirements : nx_general_packaging ("NX General Packaging")
| type | type |
| void NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::SetUseFrontHeadRests | ( | bool | useFrontHeadRests | ) |
Sets the indication if the front head rests geometry should be used.
Created in NX8.5.0.
License requirements : nx_general_packaging ("NX General Packaging")
| useFrontHeadRests | usefrontheadrests |
| void NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::SetUseRearHeadRests | ( | bool | useRearHeadRests | ) |
Sets the indication if rear head rests geometry should be used.
Created in NX8.5.0.
License requirements : nx_general_packaging ("NX General Packaging")
| useRearHeadRests | userearheadrests |
| void NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::SetUseWireFrameOnly | ( | bool | useWireFrameOnly | ) |
Sets the indication if only wire frame should be used.
Created in NX8.5.0.
License requirements : nx_general_packaging ("NX General Packaging")
| useWireFrameOnly | usewireframeonly |
| void NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::SetVisibleColor | ( | NXOpen::NXColor * | visibleColor | ) |
Sets the color of the visible area.
Created in NX8.5.0.
License requirements : nx_general_packaging ("NX General Packaging")
| visibleColor | visiblecolor |
| void NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::SetWindowType | ( | NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::WindowTypes | windowType | ) |
Sets the type of geometry used to define the window.
Created in NX8.5.0.
License requirements : nx_general_packaging ("NX General Packaging")
| windowType | windowtype |
| int NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::Translucency | ( | ) |
Returns the translucency of the vision area.
Created in NX8.5.0.
License requirements : None
| NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::Types NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::Type | ( | ) |
Returns the type of obstructing geometry being supplied.
Created in NX8.5.0.
License requirements : None
| bool NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::UseFrontHeadRests | ( | ) |
Returns the indication if the front head rests geometry should be used.
Created in NX8.5.0.
License requirements : None
| bool NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::UseRearHeadRests | ( | ) |
Returns the indication if rear head rests geometry should be used.
Created in NX8.5.0.
License requirements : None
| bool NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::UseWireFrameOnly | ( | ) |
Returns the indication if only wire frame should be used.
Created in NX8.5.0.
License requirements : None
| NXOpen::NXColor* NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::VisibleColor | ( | ) |
Returns the color of the visible area.
Created in NX8.5.0.
License requirements : None
| NXOpen::Expression* NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::VisionAreaRadius | ( | ) |
Returns the radius of a circle definiing the vision area.
Created in NX8.5.0.
License requirements : None
| NXOpen::Section* NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::WindowCurveGeometry | ( | ) |
Returns the curves representing the window geometry to use as non-obstructing elements.
Created in NX8.5.0.
License requirements : None
| NXOpen::ScCollector* NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::WindowFaceGeometry | ( | ) |
Returns the faces representing the window geometry to use as non-obstructing elements.
Created in NX8.5.0.
License requirements : None
| NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::WindowTypes NXOpen::Features::VehicleDesign::AllAroundVisionBuilder::WindowType | ( | ) |
Returns the type of geometry used to define the window.
Created in NX8.5.0.
License requirements : None