Class StepCartesianPoint

StepCartesianPoint class

CartesianPoint class for STP file.

public class StepCartesianPoint : StepTriple

Constructors

NameDescription
StepCartesianPoint(string, double, double, double)

Properties

NameDescription
Id { get; set; }
override ItemType { get; }
Name { get; set; }
X { get; set; }
Y { get; set; }
Z { get; set; }

Methods

NameDescription
override Equals(object)
Equals(StepTriple)
override GetHashCode()

See Also