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

IfcAnnotation() public méthode

public IfcAnnotation ( IfcSpatialElement host ) : System
host IfcSpatialElement
Résultat System
		public IfcAnnotation(IfcSpatialElement host) : base(host.Database) { host.AddElement(this); }
		internal static IfcAnnotation Parse(string strDef) { int ipos = 0; IfcAnnotation a = new IfcAnnotation(); parseFields(a, ParserSTEP.SplitLineFields(strDef), ref ipos); return a; }

Same methods

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