public void Initialize(gpXY UV, int Locat3d, BRepMeshDegreeOfFreedom Move) { BRepMesh_Vertex_InitializeE385E6C0(Instance, UV.Instance, Locat3d, (int)Move); }
public MeshShapeSurfacePoint(gpXY uv, gpXYZ coord) : base(MeshShape_SurfacePoint_Ctor1957E281(uv.Instance, coord.Instance)) { }
public BRepMeshVertex(gpXY UV, int Locat3d, BRepMeshDegreeOfFreedom Move) : base(BRepMesh_Vertex_CtorE385E6C0(UV.Instance, Locat3d, (int)Move)) { }