Class BaseViewStyle
Inheritance
BaseViewStyle
Assembly: NXOpen.dll
Syntax
public class BaseViewStyle : NXRemotableObject, IMessageSink, IBaseViewPreferences
Constructors
BaseViewStyle(ViewStyle)
Declaration
protected BaseViewStyle(ViewStyle owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
LoadModelFromPart(string, bool)
Declaration
public void LoadModelFromPart(string loadPartName, bool loadPartToggle)
Parameters
Type |
Name |
Description |
string |
loadPartName |
|
bool |
loadPartToggle |
|
SetAssemblyArrangement(string)
Declaration
public void SetAssemblyArrangement(string config)
Parameters
Type |
Name |
Description |
string |
config |
|
SetFacetedRepresentation(bool)
Declaration
[Obsolete("Deprecated in NX8.5.1. Use Drawings.GeneralViewStyle.ViewRepresentation instead.")]
public void SetFacetedRepresentation(bool isFacetedRepresentation)
Parameters
Type |
Name |
Description |
bool |
isFacetedRepresentation |
|
SetInheritClippingBoundary(bool)
Declaration
public void SetInheritClippingBoundary(bool isInheritClippingBoundary)
Parameters
Type |
Name |
Description |
bool |
isInheritClippingBoundary |
|
SetTransferAnnotation(bool)
Declaration
public void SetTransferAnnotation(bool isTransferAnnotation)
Parameters
Type |
Name |
Description |
bool |
isTransferAnnotation |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink