CloseRangeVisibilityBuilder Class¶
-
class
NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder¶ Bases:
NXOpen.Features.FeatureBuilderThe 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 New in version NX8.5.0.
Properties¶
| Property | Description |
|---|---|
| CameraList | Returns the list of NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilder defining the camera parameters. |
| CylinderHeight | Returns the expression containing the value for the cylinder height. |
| CylinderRadius | Returns the expression containing the value for the cylinder radius. |
| DemoCylinderList | Returns the list of NXOpen.Features.VehicleDesign.CloseRangeDemoCylinderListItemBuilder defining the demo cylinder parameters. |
| DistanceFromVehicle | Returns the expression containing the value for the distance from vehicle. |
| DriverSideExtension | Returns the expression containing the value for the driver side extension. |
| EyePointOffsetType | Returns or sets the eye point offset types to define the close range visibility. |
| EyePointType | Returns or sets the eye point types to define the close range visibility. |
| K1Coefficient | Returns the expression containing the value for the k1 coefficient used in blind volume checking. |
| K2Coefficient | Returns the expression containing the value for the k2 coefficient used in blind volume checking. |
| Loading | Returns or sets the loading used in the close range visibility. |
| MirrorBoundary | Returns the curves selection used to identify the mirror boundary section. |
| MirrorFaces | Returns the faces selection used to identify the mirror surfaces. |
| MirrorFacetBodies | Returns the facet selection used to identify the mirror facet bodies. |
| MirrorRotationPoint | Returns or sets the mirror rotation point specified. |
| MirrorRotationYAngle | Returns the mirror rotation angle around vehicle Y axis after Z axis. |
| MirrorRotationZAngle | Returns the mirror rotation angle around vehicle Z axis. |
| ObstructionFaces | Returns the faces selection used to identify the vehicle obstruction surfaces. |
| ObstructionFacetBodies | Returns the faces selection used to identify the vehicle obstruction facet bodies. |
| ParentFeatureInternal | Returns or sets whether or not the latest timestamped parent feature of this feature should be made internal |
| PassengerSideExtension | Returns the expression containing the value for the passenger side extension. |
| PatchSolutionFlag | Returns or sets the patch solution flag |
| PatchSurfaceFilename | Returns or sets the patch surface filename |
| PathPositionType | Returns or sets the path position types used to define close range visibility. |
| PositionMethod | Returns or sets the position method types to define the close range visibility. |
| PositionPath | Returns or sets the position path types to define the close range visibility. |
| RequirementsControl | Returns or sets the requirements control types to define the close range visibility. |
| RotateMirrorFace | Returns or sets the indication if the mirror face will be rotated. |
| ShowBlindVolume | Returns or sets the indication if blind volume will be displayed. |
| ShowExtendedEyes | Returns or sets the indication if extended eyes will be displayed. |
| ShowEyeLabels | Returns or sets the indication if eye labels will be displayed. |
| ShowEyePoints | Returns or sets the indication if eye points will be displayed. |
| ShowPath | Returns or sets the indication if demo cylinder path will be displayed. |
| ShowPathPoints | Returns or sets the indication if demo cylinder point position on path will be displayed. |
| ShowSightRays | Returns or sets the indication if blind volume sight rays will be displayed. |
| ShowTorsoLine | Returns or sets the indication if torso line will be displayed. |
| Standard | Returns or sets the standard types to define the close range visibility. |
| StepValue | Returns or sets the step value to control the accurate for demo cylinder visibility and blind volume area calculation. |
| SurroundingPatchSurfaceFilename | Returns or sets the surrounding patch surface filename |
| Tag | Returns the Tag for this object. |
| UseMirror | Returns or sets the indication if the mirror will be used. |
| VehicleBodies | Returns the bodies selection used to identify vehicle bodies. |
| VehicleFacetBodies | Returns the bodies selection used to identify vehicle facet bodies. |
| WindowFaces | Returns the faces selection used to identify the vehicle window surfaces. |
| WindowFacetBodies | Returns the faces selection used to identify the vehicle window facet bodies. |
Methods¶
| Method | Description |
|---|---|
| Commit | Commits any edits that have been applied to the builder. |
| CommitFeature | Commits the feature parameters and creates the feature |
| CreateCameraListItemBuilder | Creates a NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilder |
| CreateDemoCylinderListItemBuilder | Creates a NXOpen.Features.VehicleDesign.CloseRangeDemoCylinderListItemBuilder |
| Destroy | Deletes the builder, and cleans up any objects created by the builder. |
| GetCommittedObjects | For builders that create more than one object, this method returns the objects that are created by commit. |
| GetFeature | Returns the feature currently being edited by this builder. |
| GetObject | Returns the object currently being edited by this builder. |
| HideInternalParentFeatureAfterEdit | Re-suppress an internal parent feature (a slave feature) after it has been edited. |
| SetParentFeatureInternal | Set the parent features which would be internal or slaves to the feature being created or commited |
| ShowInternalParentFeatureForEdit | Unsuppress an internal parent feature (a slave feature) so it can be edited. |
| ShowResults | Updates the model to reflect the result of an edit to the model for all builders that support showing results. |
| UnsetParentFeatureInternal | Set the internal parent feature of the feature being edited to external |
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
| ValidateBlindVolumes | Validate blind volume area from driver side view. |
Enumerations¶
| CloseRangeVisibilityBuilderEyePointOffsetTypes Enumeration | This enum represents the eye position offset options. |
| CloseRangeVisibilityBuilderEyePointTypes Enumeration | This enum represents the binocular or monocular eye position definition options. |
| CloseRangeVisibilityBuilderPathPositionTypes Enumeration | This enum represents the cylinder path position display options. |
| CloseRangeVisibilityBuilderPositionMethods Enumeration | This enum represents the cylinder position method options. |
| CloseRangeVisibilityBuilderPositionPaths Enumeration | This enum represents the cylinder position path options. |
| CloseRangeVisibilityBuilderRequirementsControlType Enumeration | This enum represents the standard or user defined requirement options. |
Property Detail¶
CameraList¶
-
CloseRangeVisibilityBuilder.CameraList¶ Returns the list of
NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilderdefining the camera parameters.-------------------------------------Getter Method
Signature
CameraListReturns: Return type: NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilderListNew in version NX8.5.0.
License requirements: None.
CylinderHeight¶
-
CloseRangeVisibilityBuilder.CylinderHeight¶ Returns the expression containing the value for the cylinder height.
-------------------------------------Getter Method
Signature
CylinderHeightReturns: Return type: NXOpen.ExpressionNew in version NX8.5.0.
License requirements: None.
CylinderRadius¶
-
CloseRangeVisibilityBuilder.CylinderRadius¶ Returns the expression containing the value for the cylinder radius.
-------------------------------------Getter Method
Signature
CylinderRadiusReturns: Return type: NXOpen.ExpressionNew in version NX8.5.0.
License requirements: None.
DemoCylinderList¶
-
CloseRangeVisibilityBuilder.DemoCylinderList¶ Returns the list of
NXOpen.Features.VehicleDesign.CloseRangeDemoCylinderListItemBuilderdefining the demo cylinder parameters.-------------------------------------Getter Method
Signature
DemoCylinderListReturns: Return type: NXOpen.Features.VehicleDesign.CloseRangeDemoCylinderListItemBuilderListNew in version NX8.5.0.
License requirements: None.
DistanceFromVehicle¶
-
CloseRangeVisibilityBuilder.DistanceFromVehicle¶ Returns the expression containing the value for the distance from vehicle.
Only valid when position method equals to front view type.
-------------------------------------Getter Method
Signature
DistanceFromVehicleReturns: Return type: NXOpen.ExpressionNew in version NX8.5.0.
License requirements: None.
DriverSideExtension¶
-
CloseRangeVisibilityBuilder.DriverSideExtension¶ Returns the expression containing the value for the driver side extension.
Only valid when position method equals to front view type.
-------------------------------------Getter Method
Signature
DriverSideExtensionReturns: Return type: NXOpen.ExpressionNew in version NX8.5.0.
License requirements: None.
EyePointOffsetType¶
-
CloseRangeVisibilityBuilder.EyePointOffsetType¶ Returns or sets the eye point offset types to define the close range visibility.
-------------------------------------Getter Method
Signature
EyePointOffsetTypeReturns: Return type: NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilderEyePointOffsetTypesNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
EyePointOffsetTypeParameters: eyePointOffsetType ( NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilderEyePointOffsetTypes) –New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
EyePointType¶
-
CloseRangeVisibilityBuilder.EyePointType¶ Returns or sets the eye point types to define the close range visibility.
-------------------------------------Getter Method
Signature
EyePointTypeReturns: Return type: NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilderEyePointTypesNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
EyePointTypeParameters: eyePointType ( NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilderEyePointTypes) –New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
K1Coefficient¶
-
CloseRangeVisibilityBuilder.K1Coefficient¶ Returns the expression containing the value for the k1 coefficient used in blind volume checking.
-------------------------------------Getter Method
Signature
K1CoefficientReturns: Return type: NXOpen.ExpressionNew in version NX8.5.0.
License requirements: None.
K2Coefficient¶
-
CloseRangeVisibilityBuilder.K2Coefficient¶ Returns the expression containing the value for the k2 coefficient used in blind volume checking.
-------------------------------------Getter Method
Signature
K2CoefficientReturns: Return type: NXOpen.ExpressionNew in version NX8.5.0.
License requirements: None.
Loading¶
-
CloseRangeVisibilityBuilder.Loading¶ Returns or sets the loading used in the close range visibility.
-------------------------------------Getter Method
Signature
LoadingReturns: Return type: str New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LoadingParameters: loading (str) – New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
MirrorBoundary¶
-
CloseRangeVisibilityBuilder.MirrorBoundary¶ Returns the curves selection used to identify the mirror boundary section.
Only valid when use mirror is checked.
-------------------------------------Getter Method
Signature
MirrorBoundaryReturns: Return type: NXOpen.SectionNew in version NX8.5.0.
License requirements: None.
MirrorFaces¶
-
CloseRangeVisibilityBuilder.MirrorFaces¶ Returns the faces selection used to identify the mirror surfaces.
Only valid when use mirror is checked.
-------------------------------------Getter Method
Signature
MirrorFacesReturns: Return type: NXOpen.ScCollectorNew in version NX8.5.0.
License requirements: None.
MirrorFacetBodies¶
-
CloseRangeVisibilityBuilder.MirrorFacetBodies¶ Returns the facet selection used to identify the mirror facet bodies.
Only valid when use mirror is checked.
-------------------------------------Getter Method
Signature
MirrorFacetBodiesReturns: Return type: NXOpen.SelectNXObjectListNew in version NX11.0.0.
License requirements: None.
MirrorRotationPoint¶
-
CloseRangeVisibilityBuilder.MirrorRotationPoint¶ Returns or sets the mirror rotation point specified.
Only valid when rotate mirror face is checked.
-------------------------------------Getter Method
Signature
MirrorRotationPointReturns: Return type: NXOpen.PointNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MirrorRotationPointParameters: mirrorRotationPoint ( NXOpen.Point) –New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
MirrorRotationYAngle¶
-
CloseRangeVisibilityBuilder.MirrorRotationYAngle¶ Returns the mirror rotation angle around vehicle Y axis after Z axis.
Only valid when rotate mirror face is checked.
-------------------------------------Getter Method
Signature
MirrorRotationYAngleReturns: Return type: NXOpen.ExpressionNew in version NX8.5.0.
License requirements: None.
MirrorRotationZAngle¶
-
CloseRangeVisibilityBuilder.MirrorRotationZAngle¶ Returns the mirror rotation angle around vehicle Z axis.
Only valid when rotate mirror face is checked.
-------------------------------------Getter Method
Signature
MirrorRotationZAngleReturns: Return type: NXOpen.ExpressionNew in version NX8.5.0.
License requirements: None.
ObstructionFaces¶
-
CloseRangeVisibilityBuilder.ObstructionFaces¶ Returns the faces selection used to identify the vehicle obstruction surfaces.
-------------------------------------Getter Method
Signature
ObstructionFacesReturns: Return type: NXOpen.ScCollectorNew in version NX8.5.0.
License requirements: None.
ObstructionFacetBodies¶
-
CloseRangeVisibilityBuilder.ObstructionFacetBodies¶ Returns the faces selection used to identify the vehicle obstruction facet bodies.
-------------------------------------Getter Method
Signature
ObstructionFacetBodiesReturns: Return type: NXOpen.SelectNXObjectListNew in version NX11.0.0.
License requirements: None.
PassengerSideExtension¶
-
CloseRangeVisibilityBuilder.PassengerSideExtension¶ Returns the expression containing the value for the passenger side extension.
Only valid when position method equals to front view type.
-------------------------------------Getter Method
Signature
PassengerSideExtensionReturns: Return type: NXOpen.ExpressionNew in version NX8.5.0.
License requirements: None.
PathPositionType¶
-
CloseRangeVisibilityBuilder.PathPositionType¶ Returns or sets the path position types used to define close range visibility.
-------------------------------------Getter Method
Signature
PathPositionTypeReturns: Return type: NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilderPathPositionTypesNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PathPositionTypeParameters: pathPositionType ( NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilderPathPositionTypes) –New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
PositionMethod¶
-
CloseRangeVisibilityBuilder.PositionMethod¶ Returns or sets the position method types to define the close range visibility.
-------------------------------------Getter Method
Signature
PositionMethodReturns: Return type: NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilderPositionMethodsNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PositionMethodParameters: positionMethod ( NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilderPositionMethods) –New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
PositionPath¶
-
CloseRangeVisibilityBuilder.PositionPath¶ Returns or sets the position path types to define the close range visibility.
-------------------------------------Getter Method
Signature
PositionPathReturns: Return type: NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilderPositionPathsNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PositionPathParameters: positionPath ( NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilderPositionPaths) –New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
RequirementsControl¶
-
CloseRangeVisibilityBuilder.RequirementsControl¶ Returns or sets the requirements control types to define the close range visibility.
-------------------------------------Getter Method
Signature
RequirementsControlReturns: Return type: NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilderRequirementsControlTypeNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RequirementsControlParameters: requirement ( NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilderRequirementsControlType) –New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
RotateMirrorFace¶
-
CloseRangeVisibilityBuilder.RotateMirrorFace¶ Returns or sets the indication if the mirror face will be rotated.
Only valid when use mirror is checked.
-------------------------------------Getter Method
Signature
RotateMirrorFaceReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RotateMirrorFaceParameters: rotateMirrorFace (bool) – New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
ShowBlindVolume¶
-
CloseRangeVisibilityBuilder.ShowBlindVolume¶ Returns or sets the indication if blind volume will be displayed.
-------------------------------------Getter Method
Signature
ShowBlindVolumeReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowBlindVolumeParameters: showBlindVolume (bool) – New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
ShowExtendedEyes¶
-
CloseRangeVisibilityBuilder.ShowExtendedEyes¶ Returns or sets the indication if extended eyes will be displayed.
-------------------------------------Getter Method
Signature
ShowExtendedEyesReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowExtendedEyesParameters: showExtendedEyes (bool) – New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
ShowEyeLabels¶
-
CloseRangeVisibilityBuilder.ShowEyeLabels¶ Returns or sets the indication if eye labels will be displayed.
-------------------------------------Getter Method
Signature
ShowEyeLabelsReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowEyeLabelsParameters: showEyeLabels (bool) – New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
ShowEyePoints¶
-
CloseRangeVisibilityBuilder.ShowEyePoints¶ Returns or sets the indication if eye points will be displayed.
-------------------------------------Getter Method
Signature
ShowEyePointsReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowEyePointsParameters: showEyePoints (bool) – New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
ShowPath¶
-
CloseRangeVisibilityBuilder.ShowPath¶ Returns or sets the indication if demo cylinder path will be displayed.
-------------------------------------Getter Method
Signature
ShowPathReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowPathParameters: showPath (bool) – New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
ShowPathPoints¶
-
CloseRangeVisibilityBuilder.ShowPathPoints¶ Returns or sets the indication if demo cylinder point position on path will be displayed.
-------------------------------------Getter Method
Signature
ShowPathPointsReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowPathPointsParameters: showPathPoints (bool) – New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
ShowSightRays¶
-
CloseRangeVisibilityBuilder.ShowSightRays¶ Returns or sets the indication if blind volume sight rays will be displayed.
-------------------------------------Getter Method
Signature
ShowSightRaysReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowSightRaysParameters: showSightRays (bool) – New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
ShowTorsoLine¶
-
CloseRangeVisibilityBuilder.ShowTorsoLine¶ Returns or sets the indication if torso line will be displayed.
-------------------------------------Getter Method
Signature
ShowTorsoLineReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowTorsoLineParameters: showTorsoLine (bool) – New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
Standard¶
-
CloseRangeVisibilityBuilder.Standard¶ Returns or sets the standard types to define the close range visibility.
-------------------------------------Getter Method
Signature
StandardReturns: Return type: str New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StandardParameters: standard (str) – New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
StepValue¶
-
CloseRangeVisibilityBuilder.StepValue¶ Returns or sets the step value to control the accurate for demo cylinder visibility and blind volume area calculation.
-------------------------------------Getter Method
Signature
StepValueReturns: Return type: float New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StepValueParameters: stepValue (float) – New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
UseMirror¶
-
CloseRangeVisibilityBuilder.UseMirror¶ Returns or sets the indication if the mirror will be used.
-------------------------------------Getter Method
Signature
UseMirrorReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
UseMirrorParameters: useMirror (bool) – New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
VehicleBodies¶
-
CloseRangeVisibilityBuilder.VehicleBodies¶ Returns the bodies selection used to identify vehicle bodies.
-------------------------------------Getter Method
Signature
VehicleBodiesReturns: Return type: NXOpen.ScCollectorNew in version NX8.5.0.
License requirements: None.
VehicleFacetBodies¶
-
CloseRangeVisibilityBuilder.VehicleFacetBodies¶ Returns the bodies selection used to identify vehicle facet bodies.
-------------------------------------Getter Method
Signature
VehicleFacetBodiesReturns: Return type: NXOpen.SelectNXObjectListNew in version NX11.0.0.
License requirements: None.
WindowFaces¶
-
CloseRangeVisibilityBuilder.WindowFaces¶ Returns the faces selection used to identify the vehicle window surfaces.
-------------------------------------Getter Method
Signature
WindowFacesReturns: Return type: NXOpen.ScCollectorNew in version NX8.5.0.
License requirements: None.
WindowFacetBodies¶
-
CloseRangeVisibilityBuilder.WindowFacetBodies¶ Returns the faces selection used to identify the vehicle window facet bodies.
-------------------------------------Getter Method
Signature
WindowFacetBodiesReturns: Return type: NXOpen.SelectNXObjectListNew in version NX11.0.0.
License requirements: None.
Method Detail¶
CreateCameraListItemBuilder¶
-
CloseRangeVisibilityBuilder.CreateCameraListItemBuilder¶ Creates a
NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilderSignature
CreateCameraListItemBuilder()Returns: Return type: NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilderNew in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
CreateDemoCylinderListItemBuilder¶
-
CloseRangeVisibilityBuilder.CreateDemoCylinderListItemBuilder¶ Creates a
NXOpen.Features.VehicleDesign.CloseRangeDemoCylinderListItemBuilderSignature
CreateDemoCylinderListItemBuilder()Returns: Return type: NXOpen.Features.VehicleDesign.CloseRangeDemoCylinderListItemBuilderNew in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
Validate¶
-
CloseRangeVisibilityBuilder.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.
Signature
Validate()Returns: Was self validation successful Return type: bool New in version NX3.0.1.
License requirements: None.