C# 클래스 GeometryGym.Ifc.IfcVector

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

Private Properties

프로퍼티 타입 설명
IfcVector System
IfcVector System
Parse IfcVector
ParseXml void
SetXML void

공개 메소드들

메소드 설명
IfcVector ( DatabaseIfc db, Vector3d v ) : System
IfcVector ( IfcDirection orientation, double magnitude ) : System

보호된 메소드들

메소드 설명
BuildStringSTEP ( ) : string

비공개 메소드들

메소드 설명
IfcVector ( ) : System
IfcVector ( DatabaseIfc db, IfcVector v ) : System
Parse ( string str ) : IfcVector
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void

메소드 상세

BuildStringSTEP() 보호된 메소드

protected BuildStringSTEP ( ) : string
리턴 string

IfcVector() 공개 메소드

public IfcVector ( DatabaseIfc db, Vector3d v ) : System
db DatabaseIfc
v Vector3d
리턴 System

IfcVector() 공개 메소드

public IfcVector ( IfcDirection orientation, double magnitude ) : System
orientation IfcDirection
magnitude double
리턴 System