Class MeshPoint
Inheritance
MeshPoint
Inherited Members
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class MeshPoint : SmartObject, IMessageSink, IFitTo, IOrientation, ILocation, INXObject
Constructors
MeshPoint()
Declaration
protected MeshPoint()
Properties
Coordinates
Declaration
public Point3d Coordinates { get; }
Property Value
Type | Description |
---|---|
Point3d |
Geometry
Declaration
public NXObject Geometry { get; }
Property Value
Type | Description |
---|---|
NXObject |
Methods
SetCoordinates(Point3d)
Declaration
public void SetCoordinates(Point3d coordinates)
Parameters
Type | Name | Description |
---|---|---|
Point3d | coordinates |
Implements
System.Runtime.Remoting.Messaging.IMessageSink