Class InteractiveSectionBuilder
Inheritance
System.Object
System.MarshalByRefObject
InteractiveSectionBuilder
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.GeometricUtilities
Assembly: NXOpen.dll
Syntax
public class InteractiveSectionBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
InteractiveSectionBuilder()
Declaration
protected InteractiveSectionBuilder()
Methods
AppendPlane(Point3d, Point3d, Point3d, Vector3d)
Declaration
public void AppendPlane(Point3d point1, Point3d point2, Point3d origin, Vector3d normal)
Parameters
Type | Name | Description |
---|---|---|
Point3d | point1 | |
Point3d | point2 | |
Point3d | origin | |
Vector3d | normal |
DeleteLast()
Declaration
public void DeleteLast()
GetNthPlane(Int32)
Declaration
public SectionPlaneData GetNthPlane(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
SectionPlaneData |
GetNumPlanes()
Declaration
public int GetNumPlanes()
Returns
Type | Description |
---|---|
System.Int32 |
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink