-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SectionedSolidHorizontal with a vertically oriented directrix #144
base: main
Are you sure you want to change the base?
SectionedSolidHorizontal with a vertically oriented directrix #144
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some proposal and a clarification needed.
#13= IFCSIUNIT(*,.LENGTHUNIT.,.DECI.,.METRE.); | ||
#14= IFCSIUNIT(*,.AREAUNIT.,.DECI.,.SQUARE_METRE.); | ||
#15= IFCSIUNIT(*,.VOLUMEUNIT.,.DECI.,.CUBIC_METRE.); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deci-square meter? Love it!
#81= IFCSECTIONEDSOLIDHORIZONTAL(#75,(#83,#111),(#138,#144),.F.); | ||
#83= IFCARBITRARYCLOSEDPROFILEDEF(.AREA.,'',#86); | ||
#86= IFCCOMPOSITECURVE((#97,#109),$); | ||
#88= IFCTRIMMEDCURVE(#96,(IFCPARAMETERVALUE(3.50823878194633E-15)),( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems almost 0 - would prefer to see it :)
#88= IFCTRIMMEDCURVE(#96,(IFCPARAMETERVALUE(3.50823878194633E-15)),( | |
#88= IFCTRIMMEDCURVE(#96,(IFCPARAMETERVALUE(0.)),( |
180.)),.T.,.PARAMETER.); | ||
#103= IFCAXIS2PLACEMENT2D(#104,#106); | ||
#104= IFCCARTESIANPOINT((-17.5,0.)); | ||
#106= IFCDIRECTION((-1.,-1.22464679914735E-16)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, seems like a zero.
#106= IFCDIRECTION((-1.,-1.22464679914735E-16)); | |
#106= IFCDIRECTION((-1.,0.)); |
#109= IFCCOMPOSITECURVESEGMENT(.CONTINUOUS.,.T.,#100); | ||
#111= IFCARBITRARYCLOSEDPROFILEDEF(.AREA.,'',#112); | ||
#112= IFCCOMPOSITECURVE((#123,#134),$); | ||
#114= IFCTRIMMEDCURVE(#122,(IFCPARAMETERVALUE(3.50823878194633E-15)),( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#114= IFCTRIMMEDCURVE(#122,(IFCPARAMETERVALUE(3.50823878194633E-15)),( | |
#114= IFCTRIMMEDCURVE(#122,(IFCPARAMETERVALUE(0.)),( |
#143= IFCPOINTBYDISTANCEEXPRESSION(IFCNONNEGATIVELENGTHMEASURE(8600.),$, | ||
$,$,#75); | ||
#144= IFCAXIS2PLACEMENTLINEAR(#143,#145,#147); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The IfcPolyline
being the directrix, goes from (0,0) to (86,0); however the IfcSectionedSolidHorizontal
goes until 8600. This needs revision - the units missmatch.
Unit test
IfcSectionedSolidHorizontal with a vertically oriented directrix in world coordinates
Covered topics