Good afternoon, I need some help.
I'm setting up an IFC extract using BAT statements.
I have a configured DATUM in my project, and the XML.
But when pointing the XML in the bat to extract the IFC, the system does not respect the coordinates defined in the DATUM, moving/rotating the 3D model.
Any idea what it could be?
Here is the code I'm using:
"...
EXPORT ENCODING UTFEIGHT
EXPORT SYSTEM /explantmcad
EXPORT OPTION |FORMAT| |IFC2x3|
EXPORT FILE "$!StrFilename" OVERWRITE
REPRE DARCTOL $!DARCTOL
EXPORT HOLES ON
REPRE ON
REPRE HOLES ON
REPRE AUTOCOL ON
REPRE TUBE ON
REPRE CL OFF
REPRE INSU OFF TRANSLUCENCY 25
REPRE OBST OFF TRANSLUCENCY 50
REPRE LEVEL PIPE 6
REPRE LEVEL NOZZ 6
REPRE LEVEL STRU 6
REPRE LEVEL CABLE 6
REPRE LEVEL REST 6
REPRE LEVEL 6
EXPORT OPTION |DATALEVEL| |G|
EXPORT OPTION |DATUM| |DTOUT-GNCII|
EXPORT OPTION |COMPONENTLEVEL| |ON|
EXPORT OPTION |LOGDETAIL| |3|
EXPORT OPTION |CONFIGURATION| |Z:\IFC_EXPORT\ifc2x3_APS02_WORLEY_RCC.xml|
EXPORT $!!ArrZoneToExport[$!x] COLOUR $!IntColour
EXPORT FINISH
..."