C# Class FactoryIfc, GeometryGymIFC

显示文件 Open project: jmirtsch/GeometryGymIFC

Private Properties

Property Type Description
Duplicate BaseClassIfc
Duplicate BaseClassIfc
FactoryIfc
OwnerHistory IfcOwnerHistory
getApplicationDeveloper void
getApplicationFullName void
getApplicationIdentifier void
initData void
initGeom void

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

FindOrCreateBoundaryNodeCondition() public method

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
return IfcBoundaryNodeCondition

FindOrCreateBoundaryNodeCondition() public method

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
return IfcBoundaryNodeCondition

SubContext() public method

public SubContext ( SubContextIdentifier nature ) : IfcGeometricRepresentationSubContext
nature SubContextIdentifier
return IfcGeometricRepresentationSubContext