C# 클래스 FactoryIfc, GeometryGymIFC

파일 보기 프로젝트 열기: jmirtsch/GeometryGymIFC

Private Properties

프로퍼티 타입 설명
Duplicate BaseClassIfc
Duplicate BaseClassIfc
FactoryIfc
OwnerHistory IfcOwnerHistory
getApplicationDeveloper void
getApplicationFullName void
getApplicationIdentifier void
initData void
initGeom void

공개 메소드들

메소드 설명
FindOrCreateBoundaryNodeCondition ( bool isPointRestraint, IfcTranslationalStiffnessSelect x, IfcTranslationalStiffnessSelect y, IfcTranslationalStiffnessSelect z, IfcRotationalStiffnessSelect xx, IfcRotationalStiffnessSelect yy, IfcRotationalStiffnessSelect zz ) : IfcBoundaryNodeCondition
FindOrCreateBoundaryNodeCondition ( bool isPointRestraint, bool x, bool y, bool z, bool xx, bool yy, bool zz ) : IfcBoundaryNodeCondition
SubContext ( SubContextIdentifier nature ) : IfcGeometricRepresentationSubContext

비공개 메소드들

메소드 설명
Duplicate ( BaseClassIfc entity ) : BaseClassIfc
Duplicate ( BaseClassIfc entity, bool downStream ) : BaseClassIfc
FactoryIfc ( DatabaseIfc db )
OwnerHistory ( IfcChangeActionEnum changeAction ) : IfcOwnerHistory
getApplicationDeveloper ( string &app ) : void
getApplicationFullName ( string &app ) : void
getApplicationIdentifier ( string &app ) : void
initData ( ) : void
initGeom ( ) : void

메소드 상세

FindOrCreateBoundaryNodeCondition() 공개 메소드

public FindOrCreateBoundaryNodeCondition ( bool isPointRestraint, IfcTranslationalStiffnessSelect x, IfcTranslationalStiffnessSelect y, IfcTranslationalStiffnessSelect z, IfcRotationalStiffnessSelect xx, IfcRotationalStiffnessSelect yy, IfcRotationalStiffnessSelect zz ) : IfcBoundaryNodeCondition
isPointRestraint bool
x IfcTranslationalStiffnessSelect
y IfcTranslationalStiffnessSelect
z IfcTranslationalStiffnessSelect
xx IfcRotationalStiffnessSelect
yy IfcRotationalStiffnessSelect
zz IfcRotationalStiffnessSelect
리턴 IfcBoundaryNodeCondition

FindOrCreateBoundaryNodeCondition() 공개 메소드

public FindOrCreateBoundaryNodeCondition ( bool isPointRestraint, bool x, bool y, bool z, bool xx, bool yy, bool zz ) : IfcBoundaryNodeCondition
isPointRestraint bool
x bool
y bool
z bool
xx bool
yy bool
zz bool
리턴 IfcBoundaryNodeCondition

SubContext() 공개 메소드

public SubContext ( SubContextIdentifier nature ) : IfcGeometricRepresentationSubContext
nature SubContextIdentifier
리턴 IfcGeometricRepresentationSubContext