GithubHelp home page GithubHelp logo

ifc-dotnet's People

Contributors

iainsproat avatar

Stargazers

 avatar

Watchers

 avatar

ifc-dotnet's Issues

Implement IfcScalarTimesVector function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcgeometryresource/lexical/i
fcscalartimesvector.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:56

Implement IfcBuildAxes function

file:///C:/Documents%20and%20Settings/ispro/My%20Documents/Downloads/20101002_If
cR2x4_RC2_HTML_distribution/2x4_rc2/schema/ifcgeometryresource/lexical/ifcbuilda
xes.htm

Original issue reported on code.google.com by iainsproat on 18 Apr 2011 at 4:15

Implement IfcSecondProjAxis function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcgeometryresource/lexical/i
fcsecondprojaxis.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:58

Implement IfcSameCartesianPoint function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcgeometryresource/lexical/i
fcsamecartesianpoint.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:54

Implement IfcUniquePropertyName function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifckernel/lexical/ifcuniquepr
opertyname.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 10:04

Implement IfcTopologyRepresentationTypes function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcrepresentationresource/lex
ical/ifctopologyrepresentationtypes.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:59

Implement IfcBooleanChoose function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifctopologyresource/lexical/i
fcbooleanchoose.htm

Original issue reported on code.google.com by iainsproat on 18 Apr 2011 at 4:03

Implement IfcCorrectUnitAssignment function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcmeasureresource/lexical/if
ccorrectunitassignment.htm


Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:16

Implement IfcTaperedSweptAreaProfiles function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcgeometricmodelresource/lex
ical/ifctaperedsweptareaprofiles.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:59

Implement IfcMlsTotalThickness function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcmaterialresource/lexical/i
fcmlstotalthickness.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:42

Implement IfcBaseAxis function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcgeometryresource/lexical/i
fcbaseaxis.htm

Original issue reported on code.google.com by iainsproat on 18 Apr 2011 at 4:02

Implement IfcUniqueQuantityNames function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcproductextension/lexical/i
fcuniquequantitynames.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 10:05

Implement IfcSurfaceWeightsPositive function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcgeometryresource/lexical/i
fcsurfaceweightspositive.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:59

handling alternative namespace in ifcxml

Some CAD programs (like ArchieCad) that export to ifcxml, don't use the 
namespace 
xmlns:ex="urn:iso.org:standard:10303:part(28):version(2):xmlschema:common"

Instead there is:

- xmlns:ex="urn:iso10303-28:ex"
or
- xmlns:doc="urn:oid:1.0.10303.28.2.1.3".


When deserializing those files you get error:
System.InvalidOperationException : There is an error in XML document (2, 2).
  ----> System.InvalidOperationException : <iso_10303_28 xmlns='urn:iso10303-28:ex'> was not expected.


If I change namespace in the file manually deserialization works fine.

Probably Ifc-DotNet lib should handle those files also.

Original issue reported on code.google.com by [email protected] on 17 Aug 2011 at 9:24

  • Merged into: #29

Implement IfcMakeArrayOfArray function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcgeometryresource/lexical/i
fcmakearrayofarray.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:39

Implement IfcCurveWeightsPositive function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcgeometryresource/lexical/i
fccurveweightspositive.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:22

Implement IfcSameValue function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcgeometryresource/lexical/i
fcsamevalue.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:56

Implement IfcPathHeadToTail function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifctopologyresource/lexical/i
fcpathheadtotail.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:49

Implement IfcGetBasisSurface function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcgeometryresource/lexical/i
fcgetbasissurface.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:38

handling different namespace in ifcxml

What steps will reproduce the problem?

1. When exporting drawings from different CAD programs (like ArchieCad) to 
ifcxml the name space in the exported file is not allways like 
"xmlns:ex="urn:iso.org:standard:10303:part(28):version(2):xmlschema:common". 
Usually it is "urn:oid:1.0.10303.28.2.1.3" or 
xmlns:ex="urn:iso10303-28:ex".

2. Deserialization of those files fails with:
System.InvalidOperationException : There is an error in XML document (2, 2).
  ----> System.InvalidOperationException : <iso_10303_28 xmlns='urn:iso10303-28:ex'> was not expected.

3. If I manually change the namespace in the file deserialization works fine.

---------------

Probably those namespaces shoould be handled also.


Original issue reported on code.google.com by [email protected] on 17 Aug 2011 at 9:10

  • Merged into: #29

Implement IfcVectorDifference function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcgeometryresource/lexical/i
fcvectordifference.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 10:05

Implement IfcDotProduct function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcgeometricmodelresource/lex
ical/ifcdotproduct.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:37

Implement IfcCrossProduct function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcgeometryresource/lexical/i
fccrossproduct.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:20

Implement IfcBuild2Axes function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcgeometryresource/lexical/i
fcbuild2axes.htm

Original issue reported on code.google.com by iainsproat on 18 Apr 2011 at 4:05

handling alternative namespace in ifcxml

Some CAD programs (like ArchieCad) that export to ifcxml, don't use the 
namespace 
xmlns:ex="urn:iso.org:standard:10303:part(28):version(2):xmlschema:common"

Instead there is:

- xmlns:ex="urn:iso10303-28:ex"
or
- xmlns:doc="urn:oid:1.0.10303.28.2.1.3".


When deserializing those files you get error:
System.InvalidOperationException : There is an error in XML document (2, 2).
  ----> System.InvalidOperationException : <iso_10303_28 xmlns='urn:iso10303-28:ex'> was not expected.


If I change namespace in the file manually deserialization works fine.

Probably Ifc-DotNet lib should handle those files also.

Original issue reported on code.google.com by [email protected] on 17 Aug 2011 at 9:23

Attachments:

Implement IfcCorrectLocalPlacement function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcgeometricconstraintresourc
e/lexical/ifccorrectlocalplacement.htm


Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:15

Implement IfcDeriveDimensionalExponents function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcmeasureresource/lexical/if
cderivedimensionalexponents.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:22

Implement IfcFirstProjAxis function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcgeometryresource/lexical/i
fcfirstprojaxis.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:37

IfcDotNet cannot parse \X-escape sequences.

- What steps will reproduce the problem?
1. execute iso_10303 deserialized = serializer.Deserialize(new 
StreamReader("C:\\Projekt1.ifc")); with the attached ifc-file made by 

- What is the expected output? What do you see instead?

I expect to get the file parsed correctly. Instead it throws an exception.

- What version of the product are you using? On what operating system?

revision 73, Windows 7, Projekt1.ifc is a IFC-Export from Revit.

I attached a patch to fix this issue.

Original issue reported on code.google.com by [email protected] on 25 Jun 2012 at 7:27

Attachments:

Implement IfcNormalise function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcgeometryresource/lexical/i
fcnormalise.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:44

Implement IfcLoopHeadToTail function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifctopologyresource/lexical/i
fcloopheadtotail.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:39

Implement IfcSameDirection function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcgeometryresource/lexical/i
fcsamedirection.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:55

Implement IfcShapeRepresentationTypes function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcrepresentationresource/lex
ical/ifcshaperepresentationtypes.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:58

Implement IfcListToArray function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcgeometryresource/lexical/i
fclisttoarray.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:38

Implement IfcSameAxis2Placement function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcgeometryresource/lexical/i
fcsameaxis2placement.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:50

Implement IfcCorrectFillAreaStyle function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcpresentationappearancereso
urce/lexical/ifccorrectfillareastyle.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:15

Implement IfcCorrectObjectAssignment function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifckernel/lexical/ifccorrecto
bjectassignment.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:16

Implement IfcSameValidPrecision function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcrepresentationresource/lex
ical/ifcsamevalidprecision.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:55

Implement IfcNoOfLayers function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcsharedbldgelements/lexical
/ifcnooflayers.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:42

Implement IfcCorrectDimensions function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcmeasureresource/lexical/if
ccorrectdimensions.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:14

Implement IfcDimensionsForSiUnit function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcmeasureresource/lexical/if
cdimensionsforsiunit.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:23

Implement IfcOrthogonalComplement function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcgeometryresource/lexical/i
fcorthogonalcomplement.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:44

Implement IfcConstraintsParamBSpline function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcgeometryresource/lexical/i
fcconstraintsparambspline.htm

Original issue reported on code.google.com by iainsproat on 18 Apr 2011 at 4:20

Implement IfcVectorSum function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcgeometricmodelresource/lex
ical/ifcvectorsum.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 10:06

Implement IfcCurveDim function

http://www.iai-tech.org/ifc/IFC2x4/rc2/html/schema/ifcgeometryresource/lexical/i
fccurvedim.htm

Original issue reported on code.google.com by iainsproat on 19 Apr 2011 at 9:21

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.