Struct PathPoint
Represents a tool path point.
Inherited Members
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 8, 0, 0)]
public struct PathPoint
Constructors
| Name | Description |
|---|---|
| PathPoint(Point3D, Vector3D, double) | Initializes a new instance of the ParameterId structure. |
Fields
| Name | Description |
|---|---|
| Empty | Empty identifier. |
Properties
| Name | Description |
|---|---|
| FeedrateFactor | Gets the feedrate to reach the point. |
| IsEmpty | Tells whether the parameter identifier is empty. |
| Normal | Gets the normal of this point. |
| Point | Gets the point. |