Class Point
Inheritance
System.Object
System.MarshalByRefObject
Point
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
Assembly: NXOpen.dll
Syntax
public class Point : SmartObject, IMessageSink, IFitTo, IOrientation, ILocation, INXObject
Constructors
Point()
Declaration
protected Point()
Properties
Coordinates
Declaration
public Point3d Coordinates { get; }
Property Value
Type | Description |
---|---|
Point3d |
IsReference
Declaration
public bool IsReference { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
SetCoordinates(Point3d)
Declaration
public void SetCoordinates(Point3d coordinates)
Parameters
Type | Name | Description |
---|---|---|
Point3d | coordinates |
SetPointOnCurveTParameterFixed(Boolean)
Declaration
public void SetPointOnCurveTParameterFixed(bool isFixed)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isFixed |
Implements
System.Runtime.Remoting.Messaging.IMessageSink