GeometryGym.Ifc.IfcVertexPoint.IfcVertexPoint C# (CSharp) Method

IfcVertexPoint() private method

private IfcVertexPoint ( ) : System
return System
		internal IfcVertexPoint() : base() { }
		internal IfcVertexPoint(DatabaseIfc db, IfcVertexPoint v) : base(db,v) { VertexGeometry = db.Factory.Duplicate(v.VertexGeometry) as IfcPoint; }

Same methods

IfcVertexPoint::IfcVertexPoint ( DatabaseIfc db, IfcVertexPoint v ) : System
IfcVertexPoint::IfcVertexPoint ( IfcPoint p ) : System