Click or drag to resize

Point Interface

The Point 3D object. The object is a mathematical object and represents one of the geometry types in the CAM data.

Namespace: Woodwork.Automation.Common
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
public interface Point

The Point type exposes the following members.

Properties
 NameDescription
Public propertyX Gets and sets the X coordinate value.
Public propertyY Gets and sets the Y coordinate value.
Public propertyZ Gets and sets the Z coordinate value.
Top
Methods
 NameDescription
Public methodCopy Creates a copy of this Point object. The result is entirely independent and can be edited without affecting the original Point object.
Public methodDistanceToDetermines the distance between this point and the specified point.
Public methodIsEqualToCompares this point for equality with the specified point.
Public methodToReferenceCoordinateSystem Transforms this point to the reference coordinate system.
Public methodTransformByTransform this point by the specified matrix.
Public methodTranslateByTranslates this point by the specified vector.
Top
See Also