GeometryGym / GeometryGymIFC

C# classes to generate and parse OpenBIM IFC files
Other
282 stars 97 forks source link

IfcStructuralCurveConnection #98

Open MaxSustainableSolutions opened 1 year ago

MaxSustainableSolutions commented 1 year ago

Hi,

I am trying to create a ifc structural analysis model with IFCscript, however the structuralSurfaceMembers are not recognised by RFEM. It needs some IfcStructuralCurveConnection, how do you create this connection with ifcScript since the constructor is internal? ( it is possible to construct IfcStructuralPointConnection)

See image for IFC tree:

image

Thanks, Max Hamelijnck

MaxSustainableSolutions commented 1 year ago

@jmirtsch Do you have an answer to this question? Below an example of the IFC tree produced by RFEM and what the constructor of IFCStructuralSurface produces and and image of the structuralCurveConnection:

StructuralSurfaceIFCCompare_1

image