Questions in topic: "plugin" https://knowledge.亚搏在线safe.com/questions/topics/single/69813.html The latest questions for the topic "plugin" FME Plugin for Revit - 2019 https://knowledge.亚搏在线safe.com/questions/73386/fme-plugin-for-revit-2019.html

We just upgraded our AutoDesk 亚搏在线娱乐平台products to 2019.Is there an FME plugin for Revit 2019...or will the 2018 plugin work with Revit 2019?

bim autodesk revit plugin Thu,2018年6月28日15:55:34格林尼治时间 mike_robertson
The code in the .fmx file https://knowledge.亚搏在线safe.com/questions/69814/the-code-in-the-fmx-file.html

I am writing my first FME transformer using Java Plugin SDK.I am following the CenterOfMassCalculator sample.I have a problem understanding the .fmx file structure though.When I run my transformation in FME Desktop it fails.Specifically,it complains about the arguments of '@JavaCenter' which I copied and pasted from the CenterOfMassCalculator.fmx sample,as I didn't know the purpose of the following code:

FACTORY_DEF * TeeFactory   FACTORY_NAME $(XFORMER_NAME)   $(INPUT_LINES)   OUTPUT FEATURE_TYPE $(OUTPUT_OUTPUT_FTYPE)      @JavaCenter($(X_ATTR),$(Y_ATTR),$(Z_ATTR))      $(OUTPUT_OUTPUT_FUNCS)

Can anyone suggest some reference on this?The FMEPluginSDK_Java.pdf does not cover this well.

fmx plugin transformer failure Mon,07 May 2018 22:32:11 GMT guteksan