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

IfcAnnotationSurface() private méthode

private IfcAnnotationSurface ( ) : System
Résultat System
		internal IfcAnnotationSurface() : base() { } 
		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; }

Same methods

IfcAnnotationSurface::IfcAnnotationSurface ( DatabaseIfc db, IfcAnnotationSurface a ) : System