C# Class FactoryIfc, GeometryGymIFC

Afficher le fichier Open project: jmirtsch/GeometryGymIFC

Private Properties

Свойство Type Description
Duplicate BaseClassIfc
Duplicate BaseClassIfc
FactoryIfc
OwnerHistory IfcOwnerHistory
getApplicationDeveloper void
getApplicationFullName void
getApplicationIdentifier void
initData void
initGeom void

Méthodes publiques

Méthode 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

Méthode 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 méthode

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
Résultat IfcBoundaryNodeCondition

FindOrCreateBoundaryNodeCondition() public méthode

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
Résultat IfcBoundaryNodeCondition

SubContext() public méthode

public SubContext ( SubContextIdentifier nature ) : IfcGeometricRepresentationSubContext
nature SubContextIdentifier
Résultat IfcGeometricRepresentationSubContext