Click or drag to resize

PFVertex Constructor (Int32, Point3d)

Initializes a new instance of the PFVertex class

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public PFVertex(
	int id,
	Point3d location
)

Parameters

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:PolyFramework.PFVertex.#ctor(System.Int32,Rhino.Geometry.Point3d)"]

location
Type: Point3d

[Missing <param name="location"/> documentation for "M:PolyFramework.PFVertex.#ctor(System.Int32,Rhino.Geometry.Point3d)"]

See Also