NXOpen .NET Reference  12.0.0
Public Member Functions | Properties | List of all members
NXOpen.Drawings.BaseViewStyle Class Reference

Represents set of Base View Style Preferences applicable to drafting views. More...

Inheritance diagram for NXOpen.Drawings.BaseViewStyle:
NXOpen.Preferences.IBaseViewPreferences

Public Member Functions

unsafe void SetFacetedRepresentation (bool isFacetedRepresentation)
 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. More...
 
unsafe void SetInheritClippingBoundary (bool isInheritClippingBoundary)
 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. More...
 
unsafe void SetTransferAnnotation (bool isTransferAnnotation)
 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. More...
 
unsafe void SetAssemblyArrangement (string config)
 Sets the configuration for the arrangement in assembly after an arrangement part file is loaded. More...
 
unsafe void LoadModelFromPart (string loadPartName, bool loadPartToggle)
 To load the assemblies arrangement part file. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 

Detailed Description

Represents set of Base View Style Preferences applicable to drafting views.

To obtain an instance of this class use Drawings.ViewStyle.BaseView

Created in NX5.0.0

Member Function Documentation

unsafe void NXOpen.Drawings.BaseViewStyle.LoadModelFromPart ( string  loadPartName,
bool  loadPartToggle 
)

To load the assemblies arrangement part file.

If the logical argument is True, the part would be loaded.

Created in NX5.0.0

License requirements: drafting ("DRAFTING")

Parameters
loadPartNamename of the loaded part
loadPartToggleTrue or False status for loading the part.
unsafe void NXOpen.Drawings.BaseViewStyle.SetAssemblyArrangement ( string  config)

Sets the configuration for the arrangement in assembly after an arrangement part file is loaded.

Created in NX5.0.0

License requirements: drafting ("DRAFTING")

Parameters
configname of the configuration for the arrangement
unsafe void NXOpen.Drawings.BaseViewStyle.SetFacetedRepresentation ( bool  isFacetedRepresentation)

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.

Created in NX5.0.0

Deprecated in NX8.5.1. Use Drawings.GeneralViewStyle.ViewRepresentation instead.

License requirements: drafting ("DRAFTING")

Parameters
isFacetedRepresentation
unsafe void NXOpen.Drawings.BaseViewStyle.SetInheritClippingBoundary ( bool  isInheritClippingBoundary)

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.

Created in NX5.0.0

License requirements: drafting ("DRAFTING")

Parameters
isInheritClippingBoundaryInherit XY clipping boundaries of model
unsafe void NXOpen.Drawings.BaseViewStyle.SetTransferAnnotation ( bool  isTransferAnnotation)

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.

Created in NX5.0.0

License requirements: drafting ("DRAFTING")

Parameters
isTransferAnnotation

Property Documentation

Tag NXOpen.Drawings.BaseViewStyle.Tag
get

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.