Class SectionPlaneData
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 SectionPlaneData : TaggedObject, IMessageSink, IComponentBuilder
Constructors
SectionPlaneData()
Declaration
protected SectionPlaneData()
Properties
PlaneNormal
Declaration
public Direction PlaneNormal { get; set; }
Property Value
Type | Description |
---|---|
Direction |
PlaneOrigin
Declaration
public Point PlaneOrigin { get; set; }
Property Value
Type | Description |
---|---|
Point |
PlanePoint1
Declaration
public Point PlanePoint1 { get; set; }
Property Value
Type | Description |
---|---|
Point |
PlanePoint2
Declaration
public Point PlanePoint2 { get; set; }
Property Value
Type | Description |
---|---|
Point |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink