C# Class ThreeDXMLLoader.Implementation.Model.Part

Implementation of a single part.
Inheritance: IPart
Afficher le fichier Open project: i2e-haw-hamburg/cad-in-unity Class Usage Examples

Méthodes publiques

Méthode Description
FromReferenceRep ( ReferenceRep rep, Instance3D instance3D ) : IPart

Creates a part from a give reference representation.

Method Details

FromReferenceRep() public static méthode

Creates a part from a give reference representation.
public static FromReferenceRep ( ReferenceRep rep, Instance3D instance3D ) : IPart
rep ReferenceRep The reference representation of that part.
instance3D Instance3D
Résultat IPart