GeometryGym.Ifc.IfcAnnotationSurface.IfcAnnotationSurface C# (CSharp) Méthode

IfcAnnotationSurface() private méthode

private IfcAnnotationSurface ( DatabaseIfc db, IfcAnnotationSurface a ) : System
db DatabaseIfc
a IfcAnnotationSurface
Résultat System
		internal IfcAnnotationSurface(DatabaseIfc db, IfcAnnotationSurface a) : base(db, a) { Item = db.Factory.Duplicate(a.Item) as IfcGeometricRepresentationItem; if(a.mTextureCoordinates > 0) TextureCoordinates = db.Factory.Duplicate(a.TextureCoordinates) as IfcTextureCoordinate; }
		internal static IfcAnnotationSurface Parse(string str)

Same methods

IfcAnnotationSurface::IfcAnnotationSurface ( ) : System