Class BaseViewStyle
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Drawings
Assembly: NXOpen.dll
Syntax
public class BaseViewStyle : NXRemotableObject, IMessageSink, IBaseViewPreferences
Constructors
BaseViewStyle(ViewStyle)
Declaration
protected BaseViewStyle(ViewStyle owner)
Parameters
Type | Name | Description |
---|---|---|
ViewStyle | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
LoadModelFromPart(String, Boolean)
Declaration
public void LoadModelFromPart(string loadPartName, bool loadPartToggle)
Parameters
Type | Name | Description |
---|---|---|
System.String | loadPartName | |
System.Boolean | loadPartToggle |
SetAssemblyArrangement(String)
Declaration
public void SetAssemblyArrangement(string config)
Parameters
Type | Name | Description |
---|---|---|
System.String | config |
SetFacetedRepresentation(Boolean)
Declaration
[Obsolete("Deprecated in NX8.5.1. Use Drawings.GeneralViewStyle.ViewRepresentation instead.")]
public void SetFacetedRepresentation(bool isFacetedRepresentation)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isFacetedRepresentation |
SetInheritClippingBoundary(Boolean)
Declaration
public void SetInheritClippingBoundary(bool isInheritClippingBoundary)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isInheritClippingBoundary |
SetTransferAnnotation(Boolean)
Declaration
public void SetTransferAnnotation(bool isTransferAnnotation)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isTransferAnnotation |
Implements
System.Runtime.Remoting.Messaging.IMessageSink