public IfcVertexPoint(IfcPoint p) : base(p.mDatabase) { VertexGeometry = p; }
public IfcVertexPoint(IfcPoint cp) : base(cp.mDatabase) { mVertexGeometry = cp.mIndex; }
internal IfcVertexPoint(DatabaseIfc db, IfcVertexPoint v) : base(db, v) { VertexGeometry = db.Factory.Duplicate(v.VertexGeometry) as IfcPoint; }
internal static void parseFields(IfcPoint p, List<string> arrFields, ref int ipos) { IfcGeometricRepresentationItem.parseFields(p, arrFields, ref ipos); }
protected IfcPoint(IfcPoint p) : base(p) { }
internal IfcVertexPoint(DatabaseIfc db, IfcVertexPoint v) : base(db,v) { VertexGeometry = db.Factory.Duplicate(v.VertexGeometry) as IfcPoint; }
public IfcShapeRepresentation(IfcPoint p) : base(p, "", "Point") { }