Point3dTree Constructeur (Point3dCollection, Boolean) |
Crée une nouvelle instance de Point3dTree.
Espace de nom:
Gile.AutoCAD.Geometry
Assembly:
Point3dTree (in Point3dTree.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxepublic Point3dTree(
Point3dCollection points,
bool ignoreZ = false
)
Public Sub New (
points As Point3dCollection,
Optional ignoreZ As Boolean = false
)
public:
Point3dTree(
Point3dCollection^ points,
bool ignoreZ = false
)
new :
points : Point3dCollection *
?ignoreZ : bool
(* Defaults:
let _ignoreZ = defaultArg ignoreZ false
*)
-> Point3dTree
Parameters
- points
- Type: Point3dCollection
Collection de point3d. - ignoreZ (Optional)
- Type: SystemBoolean
Valeur indiquant si la coordonnée Z des points est ignorée (projection sur le plan XY).
Voir aussi