Class SectionLineCreationBuilder
Inheritance
System.Object
System.MarshalByRefObject
SectionLineCreationBuilder
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.Tooling
Assembly: NXOpen.dll
Syntax
public class SectionLineCreationBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SectionLineCreationBuilder()
Declaration
protected SectionLineCreationBuilder()
Properties
SelectPoint
Declaration
public Point SelectPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
VectorDefineDirection
Declaration
public Direction VectorDefineDirection { get; set; }
Property Value
Type | Description |
---|---|
Direction |
Methods
CreateTemporaryLine(Point3d, Vector3d)
Declaration
public Line CreateTemporaryLine(Point3d pointData, Vector3d direction)
Parameters
Type | Name | Description |
---|---|---|
Point3d | pointData | |
Vector3d | direction |
Returns
Type | Description |
---|---|
Line |
PointSubFunction()
Declaration
public void PointSubFunction()
RemoveAll(Line[])
Declaration
public void RemoveAll(Line[] curveList)
Parameters
Type | Name | Description |
---|---|---|
Line[] | curveList |
RemoveLast(Line)
Declaration
public void RemoveLast(Line curveTag)
Parameters
Type | Name | Description |
---|---|---|
Line | curveTag |
ReverseVector()
Declaration
public void ReverseVector()
Implements
System.Runtime.Remoting.Messaging.IMessageSink