BaseViewPreferences Class

class NXOpen.Preferences.BaseViewPreferences

Bases: object

Represents set of Base View Preferences applicable to drafting views.

These settings apply to any newly created base view.

To obtain an instance of this class use Preferences.ViewPreferences.BaseView()

New in version NX5.0.0.

Methods

Method Description
SetFacetedRepresentation The status of faceted representation, if True the clipping bounds are inherited, else the imported model view is placed on the drawing with an Automatic Rectangular Boundary
SetInheritClippingBoundary The status of inherit clipping boundary, if True the model view’s clipping boundary are inherited when model view is imported onto the drawing, else the imported model view is placed on the drawing with an Automatic Rectangular Boundary.
SetTransferAnnotation The status of transfer annotation controls whether or not annotations created in a model view are transferred to the drawing when a view is imported.

Method Detail

SetFacetedRepresentation

BaseViewPreferences.SetFacetedRepresentation

The status of faceted representation, if True the clipping bounds are inherited, else the imported model view is placed on the drawing with an Automatic Rectangular Boundary

Signature SetFacetedRepresentation(isFacetedRepresentation)

Parameters:isFacetedRepresentation (bool) –

New in version NX5.0.0.

Deprecated since version NX8.5.1: Use Preferences.GeneralViewPreferences.ViewRepresentation() instead.

License requirements: drafting (“DRAFTING”)

SetInheritClippingBoundary

BaseViewPreferences.SetInheritClippingBoundary

The status of inherit clipping boundary, if True the model view’s clipping boundary are inherited when model view is imported onto the drawing, else the imported model view is placed on the drawing with an Automatic Rectangular Boundary.

Signature SetInheritClippingBoundary(isInheritClippingBoundary)

Parameters:isInheritClippingBoundary (bool) – Inherit XY clipping boundaries of model

New in version NX5.0.0.

License requirements: drafting (“DRAFTING”)

SetTransferAnnotation

BaseViewPreferences.SetTransferAnnotation

The status of transfer annotation controls whether or not annotations created in a model view are transferred to the drawing when a view is imported.

Signature SetTransferAnnotation(isTransferAnnotation)

Parameters:isTransferAnnotation (bool) –

New in version NX5.0.0.

License requirements: drafting (“DRAFTING”)