Class ViewStyleSecondaryComponentsBuilder
Inheritance
System.Object
System.MarshalByRefObject
ViewStyleSecondaryComponentsBuilder
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.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Drawings
Assembly: NXOpen.dll
Syntax
public class ViewStyleSecondaryComponentsBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
ViewStyleSecondaryComponentsBuilder()
Declaration
protected ViewStyleSecondaryComponentsBuilder()
Properties
PrimaryHiddenBySecondaryCFW
Declaration
public VisibleAndHiddenLinesColorFontWidthBuilder PrimaryHiddenBySecondaryCFW { get; }
Property Value
Type | Description |
---|---|
VisibleAndHiddenLinesColorFontWidthBuilder |
ProcessPrimaryHiddenBySecondary
Declaration
public bool ProcessPrimaryHiddenBySecondary { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ProcessSecondaryComponents
Declaration
public bool ProcessSecondaryComponents { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ProcessSecondaryHiddenByPrimary
Declaration
public bool ProcessSecondaryHiddenByPrimary { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SecondaryComponentsCFW
Declaration
public VisibleAndHiddenLinesColorFontWidthBuilder SecondaryComponentsCFW { get; }
Property Value
Type | Description |
---|---|
VisibleAndHiddenLinesColorFontWidthBuilder |
SecondaryHiddenByPrimaryCFW
Declaration
public VisibleAndHiddenLinesColorFontWidthBuilder SecondaryHiddenByPrimaryCFW { get; }
Property Value
Type | Description |
---|---|
VisibleAndHiddenLinesColorFontWidthBuilder |
ShowSmoothEdges
Declaration
public bool ShowSmoothEdges { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowVirtualIntersections
Declaration
public bool ShowVirtualIntersections { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink