NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.Preferences.BaseViewPreferences Class Reference

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

Inheritance diagram for NXOpen.Preferences.BaseViewPreferences:
NXOpen.Utilities.NXRemotableObject NXOpen.Preferences.IBaseViewPreferences IMessageSink

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

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.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Detailed Description

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

Created in NX5.0.0

Member Function Documentation

unsafe void NXOpen.Preferences.BaseViewPreferences.SetFacetedRepresentation ( bool  isFacetedRepresentation)
inline

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 Preferences.GeneralViewPreferences.ViewRepresentation instead.

License requirements: drafting ("DRAFTING")

Parameters
isFacetedRepresentation
unsafe void NXOpen.Preferences.BaseViewPreferences.SetInheritClippingBoundary ( bool  isInheritClippingBoundary)
inline

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.Preferences.BaseViewPreferences.SetTransferAnnotation ( bool  isTransferAnnotation)
inline

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.Preferences.BaseViewPreferences.Tag
get

Returns the tag of this object.


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