NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Features.VehicleDesign.AllAroundVisionBuilder Class Reference

A NXOpen.Features.VehicleDesign.AllAroundVisionBuilder used to create or edit a vehicle design NXOpen.Features.VehicleDesign.AllAroundVision feature. More...

Inheritance diagram for NXOpen.Features.VehicleDesign.AllAroundVisionBuilder:
NXOpen.Features.FeatureBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  Types { Pillars, Windows }
 Used to indicate the type of obstructing geometry to use. More...
 
enum  WindowTypes { Face, Curve }
 Used to indicate the type of geometry used to define the window. More...
 

Public Member Functions

unsafe NXOpen.Point CreatePointWithBaseDataSGRPExpression ()
 Create a point according to Base Data SGRP expressions More...
 
- Public Member Functions inherited from NXOpen.Features.FeatureBuilder
unsafe NXOpen.Features.Feature CommitFeature ()
 Commits the feature parameters and creates the feature More...
 
unsafe NXOpen.Features.Feature GetFeature ()
 Returns the feature currently being edited by this builder. More...
 
unsafe void HideInternalParentFeatureAfterEdit (NXOpen.Features.Feature parentFeature)
 Re-suppress an internal parent feature (a slave feature) after it has been edited. More...
 
unsafe void SetParentFeatureInternal (NXOpen.Features.Feature parentFeature)
 Set the parent features which would be internal or slaves to the feature being created or commited More...
 
unsafe void ShowInternalParentFeatureForEdit (NXOpen.Features.Feature parentFeature)
 Unsuppress an internal parent feature (a slave feature) so it can be edited. More...
 
unsafe void UnsetParentFeatureInternal (NXOpen.Features.Feature parentFeature)
 Set the internal parent feature of the feature being edited to external More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe NXOpen.ScCollector CarGeometry [get]
 Returns the faces representing the car geometry to use as obstructing elements. More...
 
unsafe bool CreateIntersectionGeometry [get, set]
 Returns or sets the indication if the intersection geometry should be created. More...
 
unsafe double DistanceTolerance [get, set]
 Returns or sets the distance tolerance. More...
 
unsafe NXOpen.ScCollector FrontHeadRestGeometry [get]
 Returns the faces representing the front head rest geometry to use as obstructing elements. More...
 
unsafe NXOpen.NXColor ObstructedColor [get, set]
 Returns or sets the color of the obstructed area. More...
 
unsafe NXOpen.ScCollector RearHeadRestGeometry [get]
 Returns the faces representing the rear head rest geometry to use as obstructing elements. More...
 
unsafe NXOpen.Point SeatReferencePoint [get, set]
 Returns or sets the seat reference point(SgRP). More...
 
unsafe int Translucency [get, set]
 Returns or sets the translucency of the vision area. More...
 
unsafe
NXOpen.Features.VehicleDesign.AllAroundVisionBuilder.Types 
Type [get, set]
 Returns or sets the type of obstructing geometry being supplied. More...
 
unsafe bool UseFrontHeadRests [get, set]
 Returns or sets the indication if the front head rests geometry should be used. More...
 
unsafe bool UseRearHeadRests [get, set]
 Returns or sets the indication if rear head rests geometry should be used. More...
 
unsafe bool UseWireFrameOnly [get, set]
 Returns or sets the indication if only wire frame should be used. More...
 
unsafe NXOpen.NXColor VisibleColor [get, set]
 Returns or sets the color of the visible area. More...
 
unsafe NXOpen.Expression VisionAreaRadius [get]
 Returns the radius of a circle definiing the vision area. More...
 
unsafe NXOpen.Section WindowCurveGeometry [get]
 Returns the curves representing the window geometry to use as non-obstructing elements. More...
 
unsafe NXOpen.ScCollector WindowFaceGeometry [get]
 Returns the faces representing the window geometry to use as non-obstructing elements. More...
 
unsafe
NXOpen.Features.VehicleDesign.AllAroundVisionBuilder.WindowTypes 
WindowType [get, set]
 Returns or sets the type of geometry used to define the window. More...
 
- Properties inherited from NXOpen.Features.FeatureBuilder
unsafe bool ParentFeatureInternal [get, set]
 Returns or sets whether or not the latest timestamped parent feature of this feature should be made internal More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

A NXOpen.Features.VehicleDesign.AllAroundVisionBuilder used to create or edit a vehicle design NXOpen.Features.VehicleDesign.AllAroundVision feature.

To create a new instance of this class, use NXOpen.Features.VehicleDesignCollection.CreateAllAroundVisionBuilder

Default values.

Property Value

CreateIntersectionGeometry

0

UseFrontHeadRests

0

UseRearHeadRests

0

UseWireFrameOnly

0

VisionAreaRadius.Value

0 (millimeters part), 0 (inches part)

WindowType

Face

Created in NX8.5.0

Member Enumeration Documentation

Used to indicate the type of obstructing geometry to use.

Enumerator
Pillars 

Pillars as obstructing geometry.

Windows 

Windows as non-obstructing geometry.

Used to indicate the type of geometry used to define the window.

Enumerator
Face 

Face Object for Windows.

Curve 

Curve Object for Windows.

Member Function Documentation

unsafe NXOpen.Point NXOpen.Features.VehicleDesign.AllAroundVisionBuilder.CreatePointWithBaseDataSGRPExpression ( )
inline

Create a point according to Base Data SGRP expressions

Created in NX11.0.1

License requirements: None.

Returns

Property Documentation

unsafe NXOpen.ScCollector NXOpen.Features.VehicleDesign.AllAroundVisionBuilder.CarGeometry
get

Returns the faces representing the car geometry to use as obstructing elements.

Created in NX8.5.0

License requirements: None.

unsafe bool NXOpen.Features.VehicleDesign.AllAroundVisionBuilder.CreateIntersectionGeometry
getset

Returns or sets the indication if the intersection geometry should be created.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe double NXOpen.Features.VehicleDesign.AllAroundVisionBuilder.DistanceTolerance
getset

Returns or sets the distance tolerance.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe NXOpen.ScCollector NXOpen.Features.VehicleDesign.AllAroundVisionBuilder.FrontHeadRestGeometry
get

Returns the faces representing the front head rest geometry to use as obstructing elements.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.NXColor NXOpen.Features.VehicleDesign.AllAroundVisionBuilder.ObstructedColor
getset

Returns or sets the color of the obstructed area.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe NXOpen.ScCollector NXOpen.Features.VehicleDesign.AllAroundVisionBuilder.RearHeadRestGeometry
get

Returns the faces representing the rear head rest geometry to use as obstructing elements.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Point NXOpen.Features.VehicleDesign.AllAroundVisionBuilder.SeatReferencePoint
getset

Returns or sets the seat reference point(SgRP).

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe int NXOpen.Features.VehicleDesign.AllAroundVisionBuilder.Translucency
getset

Returns or sets the translucency of the vision area.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe NXOpen.Features.VehicleDesign.AllAroundVisionBuilder.Types NXOpen.Features.VehicleDesign.AllAroundVisionBuilder.Type
getset

Returns or sets the type of obstructing geometry being supplied.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe bool NXOpen.Features.VehicleDesign.AllAroundVisionBuilder.UseFrontHeadRests
getset

Returns or sets the indication if the front head rests geometry should be used.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe bool NXOpen.Features.VehicleDesign.AllAroundVisionBuilder.UseRearHeadRests
getset

Returns or sets the indication if rear head rests geometry should be used.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe bool NXOpen.Features.VehicleDesign.AllAroundVisionBuilder.UseWireFrameOnly
getset

Returns or sets the indication if only wire frame should be used.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe NXOpen.NXColor NXOpen.Features.VehicleDesign.AllAroundVisionBuilder.VisibleColor
getset

Returns or sets the color of the visible area.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe NXOpen.Expression NXOpen.Features.VehicleDesign.AllAroundVisionBuilder.VisionAreaRadius
get

Returns the radius of a circle definiing the vision area.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Section NXOpen.Features.VehicleDesign.AllAroundVisionBuilder.WindowCurveGeometry
get

Returns the curves representing the window geometry to use as non-obstructing elements.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.ScCollector NXOpen.Features.VehicleDesign.AllAroundVisionBuilder.WindowFaceGeometry
get

Returns the faces representing the window geometry to use as non-obstructing elements.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Features.VehicleDesign.AllAroundVisionBuilder.WindowTypes NXOpen.Features.VehicleDesign.AllAroundVisionBuilder.WindowType
getset

Returns or sets the type of geometry used to define the window.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")


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