CloseRangeVisibilityBuilder Class

class NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder

Bases: NXOpen.Features.FeatureBuilder

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

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.CloseRangeCameraListItemBuilder defining the camera parameters.

-------------------------------------

Getter Method

Signature CameraList

Returns:
Return type:NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilderList

New in version NX8.5.0.

License requirements: None.

CylinderHeight

CloseRangeVisibilityBuilder.CylinderHeight

Returns the expression containing the value for the cylinder height.

-------------------------------------

Getter Method

Signature CylinderHeight

Returns:
Return type:NXOpen.Expression

New in version NX8.5.0.

License requirements: None.

CylinderRadius

CloseRangeVisibilityBuilder.CylinderRadius

Returns the expression containing the value for the cylinder radius.

-------------------------------------

Getter Method

Signature CylinderRadius

Returns:
Return type:NXOpen.Expression

New in version NX8.5.0.

License requirements: None.

DemoCylinderList

CloseRangeVisibilityBuilder.DemoCylinderList

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

-------------------------------------

Getter Method

Signature DemoCylinderList

Returns:
Return type:NXOpen.Features.VehicleDesign.CloseRangeDemoCylinderListItemBuilderList

New 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 DistanceFromVehicle

Returns:
Return type:NXOpen.Expression

New 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 DriverSideExtension

Returns:
Return type:NXOpen.Expression

New 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 EyePointOffsetType

Returns:
Return type:NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilderEyePointOffsetTypes

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature EyePointOffsetType

Parameters: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 EyePointType

Returns:
Return type:NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilderEyePointTypes

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature EyePointType

Parameters: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 K1Coefficient

Returns:
Return type:NXOpen.Expression

New 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 K2Coefficient

Returns:
Return type:NXOpen.Expression

New 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 Loading

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Loading

Parameters: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 MirrorBoundary

Returns:
Return type:NXOpen.Section

New 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 MirrorFaces

Returns:
Return type:NXOpen.ScCollector

New 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 MirrorFacetBodies

Returns:
Return type:NXOpen.SelectNXObjectList

New 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 MirrorRotationPoint

Returns:
Return type:NXOpen.Point

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature MirrorRotationPoint

Parameters: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 MirrorRotationYAngle

Returns:
Return type:NXOpen.Expression

New 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 MirrorRotationZAngle

Returns:
Return type:NXOpen.Expression

New 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 ObstructionFaces

Returns:
Return type:NXOpen.ScCollector

New 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 ObstructionFacetBodies

Returns:
Return type:NXOpen.SelectNXObjectList

New 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 PassengerSideExtension

Returns:
Return type:NXOpen.Expression

New 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 PathPositionType

Returns:
Return type:NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilderPathPositionTypes

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PathPositionType

Parameters: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 PositionMethod

Returns:
Return type:NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilderPositionMethods

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PositionMethod

Parameters: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 PositionPath

Returns:
Return type:NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilderPositionPaths

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PositionPath

Parameters: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 RequirementsControl

Returns:
Return type:NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilderRequirementsControlType

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RequirementsControl

Parameters: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 RotateMirrorFace

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RotateMirrorFace

Parameters: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 ShowBlindVolume

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ShowBlindVolume

Parameters: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 ShowExtendedEyes

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ShowExtendedEyes

Parameters: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 ShowEyeLabels

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ShowEyeLabels

Parameters: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 ShowEyePoints

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ShowEyePoints

Parameters: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 ShowPath

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ShowPath

Parameters: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 ShowPathPoints

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ShowPathPoints

Parameters: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 ShowSightRays

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ShowSightRays

Parameters: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 ShowTorsoLine

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ShowTorsoLine

Parameters: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 Standard

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Standard

Parameters: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 StepValue

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature StepValue

Parameters: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 UseMirror

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature UseMirror

Parameters: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 VehicleBodies

Returns:
Return type:NXOpen.ScCollector

New in version NX8.5.0.

License requirements: None.

VehicleFacetBodies

CloseRangeVisibilityBuilder.VehicleFacetBodies

Returns the bodies selection used to identify vehicle facet bodies.

-------------------------------------

Getter Method

Signature VehicleFacetBodies

Returns:
Return type:NXOpen.SelectNXObjectList

New 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 WindowFaces

Returns:
Return type:NXOpen.ScCollector

New 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 WindowFacetBodies

Returns:
Return type:NXOpen.SelectNXObjectList

New in version NX11.0.0.

License requirements: None.

Method Detail

CreateCameraListItemBuilder

CloseRangeVisibilityBuilder.CreateCameraListItemBuilder

Creates a NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilder

Signature CreateCameraListItemBuilder()

Returns:
Return type:NXOpen.Features.VehicleDesign.CloseRangeCameraListItemBuilder

New in version NX8.5.0.

License requirements: nx_general_packaging (“NX General Packaging”)

CreateDemoCylinderListItemBuilder

CloseRangeVisibilityBuilder.CreateDemoCylinderListItemBuilder

Creates a NXOpen.Features.VehicleDesign.CloseRangeDemoCylinderListItemBuilder

Signature CreateDemoCylinderListItemBuilder()

Returns:
Return type:NXOpen.Features.VehicleDesign.CloseRangeDemoCylinderListItemBuilder

New 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.

ValidateBlindVolumes

CloseRangeVisibilityBuilder.ValidateBlindVolumes

Validate blind volume area from driver side view.

Signature ValidateBlindVolumes()

New in version NX8.5.0.

License requirements: nx_general_packaging (“NX General Packaging”)