Class BrokenViewBuilder
Inheritance
BrokenViewBuilder
Assembly: NXOpen.dll
Syntax
public class BrokenViewBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
BrokenViewBuilder()
Declaration
protected BrokenViewBuilder()
Properties
Amplitude
Declaration
public Expression Amplitude { get; }
Property Value
BreakLine1Anchor
Declaration
public Point BreakLine1Anchor { get; set; }
Property Value
BreakLine1ModelAnchor
Declaration
public Point BreakLine1ModelAnchor { get; set; }
Property Value
BreakLine1Offset
Declaration
public Expression BreakLine1Offset { get; }
Property Value
BreakLine2Anchor
Declaration
public Point BreakLine2Anchor { get; set; }
Property Value
BreakLine2ModelAnchor
Declaration
public Point BreakLine2ModelAnchor { get; set; }
Property Value
BreakLine2Offset
Declaration
public Expression BreakLine2Offset { get; }
Property Value
BreakLineType
Declaration
public BrokenViewBuilder.BreakLineStyle BreakLineType { get; set; }
Property Value
BreakType
Declaration
public BrokenViewBuilder.TypeBreak BreakType { get; set; }
Property Value
BreakVisibility
Declaration
public bool BreakVisibility { get; set; }
Property Value
Color
Declaration
public NXColor Color { get; set; }
Property Value
CrossHatch
Declaration
public HatchFillSettingsBuilder CrossHatch { get; }
Property Value
DirectionType
Declaration
public BrokenViewBuilder.TypeDirection DirectionType { get; set; }
Property Value
DirectionVector
Declaration
public Direction DirectionVector { get; set; }
Property Value
ExistingCurve
Declaration
public ScCollector ExistingCurve { get; }
Property Value
Extension1
Declaration
public Expression Extension1 { get; }
Property Value
Extension2
Declaration
public Expression Extension2 { get; }
Property Value
Gap
Declaration
public Expression Gap { get; }
Property Value
IsBreakLine1Associative
Declaration
public bool IsBreakLine1Associative { get; set; }
Property Value
IsBreakLine2Associative
Declaration
public bool IsBreakLine2Associative { get; set; }
Property Value
MasterView
Declaration
public SelectDraftingView MasterView { get; }
Property Value
Repetition
Declaration
public int Repetition { get; set; }
Property Value
Suppress
Declaration
public bool Suppress { get; set; }
Property Value
Width
Declaration
public BrokenViewBuilder.LineWidth Width { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink