C# Class Revit.SDK.Samples.CurtainWallGrid.CS.PointD

the 2D point class which contains double value for its coordinates
Afficher le fichier Open project: AMEE/revit

Méthodes publiques

Méthode Description
PointD ( double x, double y ) : System

constructor

Method Details

PointD() public méthode

constructor
public PointD ( double x, double y ) : System
x double /// X value of the point ///
y double /// Y value of the point ///
Résultat System