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.CloseRangeVisibilityBuilder Class Reference

The builder to create close range visibility feature. More...

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

Public Types

enum  EyePointOffsetTypes {
  NoOffset, AllOffsets, ForwardOffset, SidewaysOffset,
  UpwardOffset
}
 This enum represents the eye position offset options. More...
 
enum  EyePointTypes { Binocular, Monocular }
 This enum represents the binocular or monocular eye position definition options. More...
 
enum  PathPositionTypes { Both, Top, Bottom }
 This enum represents the cylinder path position display options. More...
 
enum  PositionMethods { TangentArea, VehicleContact, FrontView }
 This enum represents the cylinder position method options. More...
 
enum  PositionPaths { BaseData, VehicleObject }
 This enum represents the cylinder position path options. More...
 
enum  RequirementsControlType { StandardDriven, UserDefined }
 This enum represents the standard or user defined requirement options. More...
 

Public Member Functions

unsafe
NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilder 
CreateCameraListItemBuilder ()
 Creates a NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilder More...
 
unsafe
NXOpen.Features.VehicleDesign.CloseRangeDemoCylinderListItemBuilder 
CreateDemoCylinderListItemBuilder ()
 Creates a NXOpen.Features.VehicleDesign.CloseRangeDemoCylinderListItemBuilder More...
 
unsafe void ValidateBlindVolumes ()
 Validate blind volume area from driver side view. 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.Features.VehicleDesign.CloseRangeCameraListItemBuilderList 
CameraList [get]
 Returns the list of NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilder defining the camera parameters. More...
 
unsafe NXOpen.Expression CylinderHeight [get]
 Returns the expression containing the value for the cylinder height. More...
 
unsafe NXOpen.Expression CylinderRadius [get]
 Returns the expression containing the value for the cylinder radius. More...
 
unsafe
NXOpen.Features.VehicleDesign.CloseRangeDemoCylinderListItemBuilderList 
DemoCylinderList [get]
 Returns the list of NXOpen.Features.VehicleDesign.CloseRangeDemoCylinderListItemBuilder defining the demo cylinder parameters. More...
 
unsafe NXOpen.Expression DistanceFromVehicle [get]
 Returns the expression containing the value for the distance from vehicle. More...
 
unsafe NXOpen.Expression DriverSideExtension [get]
 Returns the expression containing the value for the driver side extension. More...
 
unsafe
NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.EyePointOffsetTypes 
EyePointOffsetType [get, set]
 Returns or sets the eye point offset types to define the close range visibility. More...
 
unsafe
NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.EyePointTypes 
EyePointType [get, set]
 Returns or sets the eye point types to define the close range visibility. More...
 
unsafe NXOpen.Expression K1Coefficient [get]
 Returns the expression containing the value for the k1 coefficient used in blind volume checking. More...
 
unsafe NXOpen.Expression K2Coefficient [get]
 Returns the expression containing the value for the k2 coefficient used in blind volume checking. More...
 
unsafe string Loading [get, set]
 Returns or sets the loading used in the close range visibility. More...
 
unsafe NXOpen.Section MirrorBoundary [get]
 Returns the curves selection used to identify the mirror boundary section. More...
 
unsafe NXOpen.ScCollector MirrorFaces [get]
 Returns the faces selection used to identify the mirror surfaces. More...
 
unsafe NXOpen.SelectNXObjectList MirrorFacetBodies [get]
 Returns the facet selection used to identify the mirror facet bodies. More...
 
unsafe NXOpen.Point MirrorRotationPoint [get, set]
 Returns or sets the mirror rotation point specified. More...
 
unsafe NXOpen.Expression MirrorRotationYAngle [get]
 Returns the mirror rotation angle around vehicle Y axis after Z axis. More...
 
unsafe NXOpen.Expression MirrorRotationZAngle [get]
 Returns the mirror rotation angle around vehicle Z axis. More...
 
unsafe NXOpen.ScCollector ObstructionFaces [get]
 Returns the faces selection used to identify the vehicle obstruction surfaces. More...
 
unsafe NXOpen.SelectNXObjectList ObstructionFacetBodies [get]
 Returns the faces selection used to identify the vehicle obstruction facet bodies. More...
 
unsafe NXOpen.Expression PassengerSideExtension [get]
 Returns the expression containing the value for the passenger side extension. More...
 
unsafe
NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.PathPositionTypes 
PathPositionType [get, set]
 Returns or sets the path position types used to define close range visibility. More...
 
unsafe
NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.PositionMethods 
PositionMethod [get, set]
 Returns or sets the position method types to define the close range visibility. More...
 
unsafe
NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.PositionPaths 
PositionPath [get, set]
 Returns or sets the position path types to define the close range visibility. More...
 
unsafe
NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.RequirementsControlType 
RequirementsControl [get, set]
 Returns or sets the requirements control types to define the close range visibility. More...
 
unsafe bool RotateMirrorFace [get, set]
 Returns or sets the indication if the mirror face will be rotated. More...
 
unsafe bool ShowBlindVolume [get, set]
 Returns or sets the indication if blind volume will be displayed. More...
 
unsafe bool ShowExtendedEyes [get, set]
 Returns or sets the indication if extended eyes will be displayed. More...
 
unsafe bool ShowEyeLabels [get, set]
 Returns or sets the indication if eye labels will be displayed. More...
 
unsafe bool ShowEyePoints [get, set]
 Returns or sets the indication if eye points will be displayed. More...
 
unsafe bool ShowPath [get, set]
 Returns or sets the indication if demo cylinder path will be displayed. More...
 
unsafe bool ShowPathPoints [get, set]
 Returns or sets the indication if demo cylinder point position on path will be displayed. More...
 
unsafe bool ShowSightRays [get, set]
 Returns or sets the indication if blind volume sight rays will be displayed. More...
 
unsafe bool ShowTorsoLine [get, set]
 Returns or sets the indication if torso line will be displayed. More...
 
unsafe string Standard [get, set]
 Returns or sets the standard types to define the close range visibility. More...
 
unsafe double StepValue [get, set]
 Returns or sets the step value to control the accurate for demo cylinder visibility and blind volume area calculation. More...
 
unsafe bool UseMirror [get, set]
 Returns or sets the indication if the mirror will be used. More...
 
unsafe NXOpen.ScCollector VehicleBodies [get]
 Returns the bodies selection used to identify vehicle bodies. More...
 
unsafe NXOpen.SelectNXObjectList VehicleFacetBodies [get]
 Returns the bodies selection used to identify vehicle facet bodies. More...
 
unsafe NXOpen.ScCollector WindowFaces [get]
 Returns the faces selection used to identify the vehicle window surfaces. More...
 
unsafe NXOpen.SelectNXObjectList WindowFacetBodies [get]
 Returns the faces selection used to identify the vehicle window facet bodies. 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

The builder to create close range visibility feature.

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

Default values.

Property Value

CylinderHeight.Value

1000 (millimeters part), 40 (inches part)

CylinderRadius.Value

150 (millimeters part), 6 (inches part)

DistanceFromVehicle.Value

2000 (millimeters part), 78.7 (inches part)

DriverSideExtension.Value

700 (millimeters part), 27.5 (inches part)

EyePointOffsetType

NoOffset

EyePointType

Binocular

K1Coefficient.Value

0.292

K2Coefficient.Value

203 (millimeters part), 7.99 (inches part)

MirrorRotationYAngle.Value

0

MirrorRotationZAngle.Value

0

PassengerSideExtension.Value

900 (millimeters part), 35.4 (inches part)

PathPositionType

Both

PositionMethod

TangentArea

PositionPath

BaseData

RequirementsControl

StandardDriven

RotateMirrorFace

0

ShowBlindVolume

0

ShowExtendedEyes

0

ShowEyeLabels

0

ShowEyePoints

0

ShowPath

0

ShowPathPoints

0

ShowSightRays

0

ShowTorsoLine

0

StepValue

0.5

UseMirror

0

Created in NX8.5.0

Member Enumeration Documentation

This enum represents the eye position offset options.

Enumerator
NoOffset 

No offset

AllOffsets 

All offsets

ForwardOffset 

Forward offset

SidewaysOffset 

Sideways offset

UpwardOffset 

Upward offset

This enum represents the binocular or monocular eye position definition options.

Enumerator
Binocular 

Binocular type

Monocular 

Monocular type

This enum represents the cylinder path position display options.

Enumerator
Both 

Both top and bottom

Top 

Top

Bottom 

Bottom

This enum represents the cylinder position method options.

Enumerator
TangentArea 

Tangent Area

VehicleContact 

Vehicle contact

FrontView 

Front view

This enum represents the cylinder position path options.

Enumerator
BaseData 

Base data

VehicleObject 

Vehicle object

This enum represents the standard or user defined requirement options.

Enumerator
StandardDriven 

Standard driven type

UserDefined 

User defined type

Member Function Documentation

unsafe NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilder NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.CreateCameraListItemBuilder ( )
inline

Creates a NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilder

Created in NX8.5.0

License requirements: nx_general_packaging ("NX General Packaging")

Returns
unsafe NXOpen.Features.VehicleDesign.CloseRangeDemoCylinderListItemBuilder NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.CreateDemoCylinderListItemBuilder ( )
inline

Creates a NXOpen.Features.VehicleDesign.CloseRangeDemoCylinderListItemBuilder

Created in NX8.5.0

License requirements: nx_general_packaging ("NX General Packaging")

Returns
unsafe void NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.ValidateBlindVolumes ( )
inline

Validate blind volume area from driver side view.

Created in NX8.5.0

License requirements: nx_general_packaging ("NX General Packaging")

Property Documentation

unsafe NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilderList NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.CameraList
get

Returns the list of NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilder defining the camera parameters.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.CylinderHeight
get

Returns the expression containing the value for the cylinder height.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.CylinderRadius
get

Returns the expression containing the value for the cylinder radius.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Features.VehicleDesign.CloseRangeDemoCylinderListItemBuilderList NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.DemoCylinderList
get

Returns the list of NXOpen.Features.VehicleDesign.CloseRangeDemoCylinderListItemBuilder defining the demo cylinder parameters.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.DistanceFromVehicle
get

Returns the expression containing the value for the distance from vehicle.

Only valid when position method equals to front view type.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.DriverSideExtension
get

Returns the expression containing the value for the driver side extension.

Only valid when position method equals to front view type.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.EyePointOffsetTypes NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.EyePointOffsetType
getset

Returns or sets the eye point offset types to define the close range visibility.

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.CloseRangeVisibilityBuilder.EyePointTypes NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.EyePointType
getset

Returns or sets the eye point types to define the close range visibility.

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.CloseRangeVisibilityBuilder.K1Coefficient
get

Returns the expression containing the value for the k1 coefficient used in blind volume checking.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.K2Coefficient
get

Returns the expression containing the value for the k2 coefficient used in blind volume checking.

Created in NX8.5.0

License requirements: None.

unsafe string NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.Loading
getset

Returns or sets the loading used in the close range visibility.

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.Section NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.MirrorBoundary
get

Returns the curves selection used to identify the mirror boundary section.

Only valid when use mirror is checked.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.ScCollector NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.MirrorFaces
get

Returns the faces selection used to identify the mirror surfaces.

Only valid when use mirror is checked.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.SelectNXObjectList NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.MirrorFacetBodies
get

Returns the facet selection used to identify the mirror facet bodies.

Only valid when use mirror is checked.

Created in NX11.0.0

License requirements: None.

unsafe NXOpen.Point NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.MirrorRotationPoint
getset

Returns or sets the mirror rotation point specified.

Only valid when rotate mirror face is checked.

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.CloseRangeVisibilityBuilder.MirrorRotationYAngle
get

Returns the mirror rotation angle around vehicle Y axis after Z axis.

Only valid when rotate mirror face is checked.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.MirrorRotationZAngle
get

Returns the mirror rotation angle around vehicle Z axis.

Only valid when rotate mirror face is checked.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.ScCollector NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.ObstructionFaces
get

Returns the faces selection used to identify the vehicle obstruction surfaces.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.SelectNXObjectList NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.ObstructionFacetBodies
get

Returns the faces selection used to identify the vehicle obstruction facet bodies.

Created in NX11.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.PassengerSideExtension
get

Returns the expression containing the value for the passenger side extension.

Only valid when position method equals to front view type.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.PathPositionTypes NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.PathPositionType
getset

Returns or sets the path position types used to define close range visibility.

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.CloseRangeVisibilityBuilder.PositionMethods NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.PositionMethod
getset

Returns or sets the position method types to define the close range visibility.

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.CloseRangeVisibilityBuilder.PositionPaths NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.PositionPath
getset

Returns or sets the position path types to define the close range visibility.

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.CloseRangeVisibilityBuilder.RequirementsControlType NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.RequirementsControl
getset

Returns or sets the requirements control types to define the close range visibility.

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.CloseRangeVisibilityBuilder.RotateMirrorFace
getset

Returns or sets the indication if the mirror face will be rotated.

Only valid when use mirror is checked.

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.CloseRangeVisibilityBuilder.ShowBlindVolume
getset

Returns or sets the indication if blind volume will be displayed.

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.CloseRangeVisibilityBuilder.ShowExtendedEyes
getset

Returns or sets the indication if extended eyes will be displayed.

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.CloseRangeVisibilityBuilder.ShowEyeLabels
getset

Returns or sets the indication if eye labels will be displayed.

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.CloseRangeVisibilityBuilder.ShowEyePoints
getset

Returns or sets the indication if eye points will be displayed.

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.CloseRangeVisibilityBuilder.ShowPath
getset

Returns or sets the indication if demo cylinder path will be displayed.

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.CloseRangeVisibilityBuilder.ShowPathPoints
getset

Returns or sets the indication if demo cylinder point position on path will be displayed.

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.CloseRangeVisibilityBuilder.ShowSightRays
getset

Returns or sets the indication if blind volume sight rays will be displayed.

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.CloseRangeVisibilityBuilder.ShowTorsoLine
getset

Returns or sets the indication if torso line will be displayed.

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 string NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.Standard
getset

Returns or sets the standard types to define the close range visibility.

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.CloseRangeVisibilityBuilder.StepValue
getset

Returns or sets the step value to control the accurate for demo cylinder visibility and blind volume area calculation.

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.CloseRangeVisibilityBuilder.UseMirror
getset

Returns or sets the indication if the mirror will 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.ScCollector NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.VehicleBodies
get

Returns the bodies selection used to identify vehicle bodies.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.SelectNXObjectList NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.VehicleFacetBodies
get

Returns the bodies selection used to identify vehicle facet bodies.

Created in NX11.0.0

License requirements: None.

unsafe NXOpen.ScCollector NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.WindowFaces
get

Returns the faces selection used to identify the vehicle window surfaces.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.SelectNXObjectList NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.WindowFacetBodies
get

Returns the faces selection used to identify the vehicle window facet bodies.

Created in NX11.0.0

License requirements: None.


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