C# 클래스 GeometryGym.Ifc.IfcGrid

상속: IfcProduct
파일 보기 프로젝트 열기: jmirtsch/GeometryGymIFC 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddUAxis void
AddVAxis void
AddWAxis void
IfcGrid System
IfcGrid System
Parse IfcGrid
ParseXml void
RemoveUAxis void
RemoveVAxis void
RemoveWAxis void
SetXML void
extractAxes List
getRepresentation IfcProductRepresentation
parseFields void
postParseRelate void
removeExistingFromShapeRep void
removeExistingFromShapeRep void
setShapeRep void
setShapeRep void

공개 메소드들

메소드 설명
IfcGrid ( IfcSpatialElement host, IfcAxis2Placement3D placement, List uAxes, List vAxes ) : System
IfcGrid ( IfcSpatialElement host, IfcAxis2Placement3D placement, List uAxes, List vAxes, List wAxes ) : System

보호된 메소드들

메소드 설명
BuildStringSTEP ( ) : string

비공개 메소드들

메소드 설명
AddUAxis ( IfcGridAxis a ) : void
AddVAxis ( IfcGridAxis a ) : void
AddWAxis ( IfcGridAxis a ) : void
IfcGrid ( ) : System
IfcGrid ( DatabaseIfc db, IfcGrid g ) : System
Parse ( string strDef, ReleaseVersion schema ) : IfcGrid
ParseXml ( XmlElement xml ) : void
RemoveUAxis ( IfcGridAxis a ) : void
RemoveVAxis ( IfcGridAxis a ) : void
RemoveWAxis ( IfcGridAxis a ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
extractAxes ( XmlNode node ) : List
getRepresentation ( List uAxes, List vAxes, List wAxes ) : IfcProductRepresentation
parseFields ( IfcGrid g, List arrFields, int &ipos, ReleaseVersion schema ) : void
postParseRelate ( ) : void
removeExistingFromShapeRep ( IfcGridAxis a ) : void
removeExistingFromShapeRep ( List axis ) : void
setShapeRep ( IfcGridAxis a ) : void
setShapeRep ( List axis ) : void

메소드 상세

BuildStringSTEP() 보호된 메소드

protected BuildStringSTEP ( ) : string
리턴 string

IfcGrid() 공개 메소드

public IfcGrid ( IfcSpatialElement host, IfcAxis2Placement3D placement, List uAxes, List vAxes ) : System
host IfcSpatialElement
placement IfcAxis2Placement3D
uAxes List
vAxes List
리턴 System

IfcGrid() 공개 메소드

public IfcGrid ( IfcSpatialElement host, IfcAxis2Placement3D placement, List uAxes, List vAxes, List wAxes ) : System
host IfcSpatialElement
placement IfcAxis2Placement3D
uAxes List
vAxes List
wAxes List
리턴 System