C# Class GeometryGym.Ifc.IfcAnnotationFillArea

Inheritance: IfcGeometricRepresentationItem
ファイルを表示 Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Public Methods

Method Description
IfcAnnotationFillArea ( IfcCurve outerBoundary ) : System
IfcAnnotationFillArea ( IfcCurve outerBoundary, List innerBoundaries ) : System

Protected Methods

Method Description
BuildStringSTEP ( ) : string
setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void

Private Methods

Method Description
IfcAnnotationFillArea ( ) : System
IfcAnnotationFillArea ( DatabaseIfc db, IfcAnnotationFillArea a ) : System
Parse ( string strDef ) : IfcAnnotationFillArea
parseFields ( IfcAnnotationFillArea a, List arrFields, int &ipos ) : void
parseJObject ( JObject obj ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcAnnotationFillArea() public method

public IfcAnnotationFillArea ( IfcCurve outerBoundary ) : System
outerBoundary IfcCurve
return System

IfcAnnotationFillArea() public method

public IfcAnnotationFillArea ( IfcCurve outerBoundary, List innerBoundaries ) : System
outerBoundary IfcCurve
innerBoundaries List
return System

setJSON() protected method

protected setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void
obj JObject
host BaseClassIfc
processed HashSet
return void