Struct StrokeGestureData.Point
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.GeometricUtilities
Assembly: NXOpen.dll
Syntax
public struct Point
Constructors
Point(Point3d, Double)
Declaration
public Point(Point3d Position, double Speed)
Parameters
Type | Name | Description |
---|---|---|
Point3d | Position | |
System.Double | Speed |
Fields
Position
Declaration
public Point3d Position
Field Value
Type | Description |
---|---|
Point3d |
Speed
Declaration
public double Speed
Field Value
Type | Description |
---|---|
System.Double |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()