Class ViewBreakBuilder
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 ViewBreakBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
ViewBreakBuilder()
Declaration
protected ViewBreakBuilder()
Properties
AddForeshorteningSymbol
Declaration
public bool AddForeshorteningSymbol { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
BreakGap
Declaration
public double BreakGap { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
BreakLineAmplitude
Declaration
public double BreakLineAmplitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
BreakLineColorWidth
Declaration
public LineColorFontWidthBuilder BreakLineColorWidth { get; }
Property Value
Type | Description |
---|---|
LineColorFontWidthBuilder |
BreakLineExtension
Declaration
public double BreakLineExtension { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
BreakLineStyle
Declaration
public ViewBreakBuilder.Viewbreaklinestyle BreakLineStyle { get; set; }
Property Value
Type | Description |
---|---|
ViewBreakBuilder.Viewbreaklinestyle |
PropagateViewBreak
Declaration
public bool PropagateViewBreak { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowBreakLines
Declaration
public bool ShowBreakLines { 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