Class Point
Inheritance
Point
Inherited Members
Namespace: NXOpen
Assembly: NXOpen.dll
Syntax
public class Point : SmartObject, IMessageSink, IFitTo, IOrientation, ILocation, IDatum, 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 |
---|---|
bool |
Methods
SetCoordinates(Point3d)
Declaration
public void SetCoordinates(Point3d coordinates)
Parameters
Type | Name | Description |
---|---|---|
Point3d | coordinates |
SetPointOnCurveTParameterFixed(bool)
Declaration
public void SetPointOnCurveTParameterFixed(bool isFixed)
Parameters
Type | Name | Description |
---|---|---|
bool | isFixed |
Implements
System.Runtime.Remoting.Messaging.IMessageSink