NXOpen .NET Reference  12.0.0
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilder Class Reference

Represents the builder to create camera list item used for close range visibility. More...

Inheritance diagram for NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilder:
NXOpen.GeometricUtilities.IComponentBuilder

Public Types

enum  Types { Round, Rectangle, Face }
 This enum represents the camera definition options to define the close range visibility. More...
 

Public Member Functions

unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 

Properties

unsafe NXOpen.Axis CameraAxis [get, set]
 Returns or sets the selected axis defining the camera direction. More...
 
unsafe NXOpen.CoordinateSystem CameraCsys [get, set]
 Returns or sets the coordinate system specifying the camera position. More...
 
unsafe NXOpen.ScCollector CameraFace [get]
 Returns the face selections used to identify the camera surface. More...
 
unsafe NXOpen.SelectNXObjectList CameraFacetBodies [get]
 Returns the facet selections used to identify the camera facet bod. More...
 
unsafe
NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilder.Types 
CameraType [get, set]
 Returns or sets the camera definition type used by the close range visibility. More...
 
unsafe bool FaceReverse [get, set]
 Returns or sets the indication if the selected camera face surface should be reversed. More...
 
unsafe NXOpen.Expression HorizontalLength [get]
 Returns the expression containing the value for the horizontal legth. More...
 
unsafe NXOpen.Expression InitialRadius [get]
 Returns the expression containing the value for the initial radius. More...
 
unsafe bool UseCamera [get, set]
 Returns or sets the indication if the defined camera will be used for visibility compute. More...
 
unsafe NXOpen.Expression VerticalLength [get]
 Returns the expression containing the value for the vertical legth. More...
 
unsafe NXOpen.Expression ViewAngle [get]
 Returns the expression containing the value for the view angle. More...
 

Detailed Description

Represents the builder to create camera list item used for close range visibility.

To create a new instance of this class, use NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.CreateCameraListItemBuilder

Created in NX8.5.0

Member Enumeration Documentation

This enum represents the camera definition options to define the close range visibility.

Enumerator
Round 

Round type

Rectangle 

Rectangle type

Face 

Face type

Member Function Documentation

unsafe bool NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilder.Validate ( )

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Created in NX3.0.1

License requirements: None.

Returns
Was self validation successful

Implements NXOpen.GeometricUtilities.IComponentBuilder.

Property Documentation

unsafe NXOpen.Axis NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilder.CameraAxis
getset

Returns or sets the selected axis defining the camera direction.

Only valid when the camera type is round.

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.CoordinateSystem NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilder.CameraCsys
getset

Returns or sets the coordinate system specifying the camera position.

Only valid when the camera type is rectangle.

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.CloseRangeCameraListItemBuilder.CameraFace
get

Returns the face selections used to identify the camera surface.

Only valid when the camera type is face.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.SelectNXObjectList NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilder.CameraFacetBodies
get

Returns the facet selections used to identify the camera facet bod.

Only valid when the camera type is facet body.

Created in NX11.0.0

License requirements: None.

unsafe NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilder.Types NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilder.CameraType
getset

Returns or sets the camera definition type used by 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.CloseRangeCameraListItemBuilder.FaceReverse
getset

Returns or sets the indication if the selected camera face surface should be reversed.

Only valid when the camera type is face.

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.CloseRangeCameraListItemBuilder.HorizontalLength
get

Returns the expression containing the value for the horizontal legth.

Only valid when the camera type is rectangle.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilder.InitialRadius
get

Returns the expression containing the value for the initial radius.

Only valid when the camera type is round.

Created in NX8.5.0

License requirements: None.

unsafe bool NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilder.UseCamera
getset

Returns or sets the indication if the defined camera will be used for visibility compute.

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.CloseRangeCameraListItemBuilder.VerticalLength
get

Returns the expression containing the value for the vertical legth.

Only valid when the camera type is rectangle.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilder.ViewAngle
get

Returns the expression containing the value for the view angle.

Created in NX8.5.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.