Class SectionLineSegmentBuilder
Inheritance
System.Object
System.MarshalByRefObject
SectionLineSegmentBuilder
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 SectionLineSegmentBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
SectionLineSegmentBuilder()
Declaration
protected SectionLineSegmentBuilder()
Properties
Angle
Declaration
public Expression Angle { get; }
Property Value
Type | Description |
---|---|
Expression |
Point
Declaration
public Point Point { get; set; }
Property Value
Type | Description |
---|---|
Point |
Type
Declaration
public SectionLineSegmentBuilder.Types Type { get; set; }
Property Value
Type | Description |
---|---|
SectionLineSegmentBuilder.Types |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink