Class SectionLineStyleBuilder
Inheritance
System.Object
System.MarshalByRefObject
SectionLineStyleBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class SectionLineStyleBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SectionLineStyleBuilder()
Declaration
protected SectionLineStyleBuilder()
Properties
ArrowheadAngle
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Drawings.ViewSectionLineBuilder.ArrowheadAngle instead.")]
public double ArrowheadAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
ArrowheadLength
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Drawings.ViewSectionLineBuilder.ArrowheadLength instead.")]
public double ArrowheadLength { get; set; }
Property Value
Type |
Description |
System.Double |
|
ArrowheadStyle
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Drawings.ViewSectionLineBuilder.Style instead.")]
public SectionLineStyleBuilder.ArrowheadStyleType ArrowheadStyle { get; set; }
Property Value
ArrowLength
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Drawings.ViewSectionLineBuilder.ArrowLength instead.")]
public double ArrowLength { get; set; }
Property Value
Type |
Description |
System.Double |
|
BorderToArrowDistance
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Drawings.ViewSectionLineBuilder.BorderToArrowDistance instead.")]
public double BorderToArrowDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
CreateSectionLine
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Drawings.ViewSectionLineBuilder.ShowSectionLine instead.")]
public SectionLineStyleBuilder.CreateSectionLineType CreateSectionLine { get; set; }
Property Value
DisplayJisrotationLetter
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Drawings.ViewSectionLineBuilder.DisplayRotationLetter instead.")]
public bool DisplayJisrotationLetter { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DisplayLabel
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Drawings.ViewSectionLineBuilder.Display instead.")]
public bool DisplayLabel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Font
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Drawings.ViewSectionLineBuilder.LineColorFontWidth instead.")]
public SectionLineStyleBuilder.FontStyle Font { get; set; }
Property Value
LabelLocation
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Drawings.ViewSectionLineBuilder.LabelLocation instead.")]
public SectionLineStyleBuilder.LabelLocationStyle LabelLocation { get; set; }
Property Value
Letter
Declaration
[Obsolete("Deprecated in NX10.0.0. Use Drawings.ViewCommonViewLabelBuilder.Letter instead.")]
public string Letter { get; set; }
Property Value
Type |
Description |
System.String |
|
LineLength
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Drawings.ViewSectionLineBuilder.LineLength instead.")]
public double LineLength { get; set; }
Property Value
Type |
Description |
System.Double |
|
Offset
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Drawings.ViewSectionLineBuilder.UseOffset instead.")]
public double Offset { get; set; }
Property Value
Type |
Description |
System.Double |
|
SelectLetter
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Drawings.ViewSectionLineBuilder.SelectRotationLetter instead.")]
public SelectTaggedObject SelectLetter { get; }
Property Value
Standard
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Drawings.ViewSectionLineBuilder.TypeStandard instead.")]
public SectionLineStyleBuilder.StandardStyle Standard { get; set; }
Property Value
StubLength
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Drawings.ViewSectionLineBuilder.Overhang instead.")]
public double StubLength { get; set; }
Property Value
Type |
Description |
System.Double |
|
UseOffset
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Drawings.ViewSectionLineBuilder.UseOffset instead.")]
public bool UseOffset { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Width
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Drawings.ViewSectionLineBuilder.LineColorFontWidth instead.")]
public SectionLineStyleBuilder.WidthStyle Width { get; set; }
Property Value
Methods
GetColor()
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Drawings.ViewSectionLineBuilder.LineColorFontWidth instead.")]
public NXColor GetColor()
Returns
SetColor(NXColor)
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Drawings.ViewSectionLineBuilder.LineColorFontWidth instead.")]
public void SetColor(NXColor color)
Parameters
Type |
Name |
Description |
NXColor |
color |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink