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.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.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  Types { Round, Rectangle, Face, Fov }
 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...
 
- 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.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 bool FovReverse [get, set]
 Returns or sets the indication if the selected field of view sheet body should be reversed. More...
 
unsafe NXOpen.ScCollector FovSheetBody [get]
 Returns the sheet body selections used to identify the camera field of view. More...
 
unsafe NXOpen.Expression HorizontalLength [get]
 Returns the expression containing the value for the horizontal legth. More...
 
unsafe NXOpen.Expression HorizontalViewAngle [get]
 Returns the expression containing the value for the horizontal view angle. 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 VerticalViewAngle [get]
 Returns the expression containing the value for the vertical view angle. More...
 
unsafe NXOpen.Expression ViewAngle [get]
 Returns the expression containing the value for the view angle. 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

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

Fov 

Field of View type

Member Function Documentation

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

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 bool NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilder.FovReverse
getset

Returns or sets the indication if the selected field of view sheet body should be reversed.

Only valid when the camera type is field of view.

Created in NX12.0.2

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.FovSheetBody
get

Returns the sheet body selections used to identify the camera field of view.

Only valid when the camera type is field of view.

Created in NX12.0.2

License requirements: None.

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.HorizontalViewAngle
get

Returns the expression containing the value for the horizontal view angle.

Created in NX12.0.2

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.VerticalViewAngle
get

Returns the expression containing the value for the vertical view angle.

Created in NX12.0.2

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.