GeometryGym / GeometryGymIFC

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

IfcStructuralCurveConnection #98

Open MaxSustainableSolutions opened 9 months ago

MaxSustainableSolutions commented 9 months 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 9 months 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