(API) Creating new RC Calculation Parameter Set Labels.

(API) Creating new RC Calculation Parameter Set Labels.

liam_mchale
Contributor Contributor
199 Views
1 Reply
Message 1 of 2

(API) Creating new RC Calculation Parameter Set Labels.

liam_mchale
Contributor
Contributor

Hello,

 

I am trying to learn if it possible to create new Calculation Parameter Definition Labels through the API.

 

liam_mchale_0-1713826094700.png

 

The data elements described in the Calculation Parameter Dialog are available in the ROBOT API through the interfaces: 

 

IRBestCalcParamsDataStringValue

IRBestCalcParamsDataIntegerValue

IRBestCalcParamsDataDoubleValue

 

And functions to apply these data elements are made available through the IRBestCalcParamsData interface.

 

However it does not appear possible or correct to create these labels via the RobotLabelServer in the way we create Material or Section labels. 

 

The following code returns a COM Error: 

IRobotLabel reinforcementParametersSetLabel = robotLabelServer.Create(IRobotLabelType.I_LT_MEMBER_REINFORCEMENT_PARAMS, "newparameter-set");

 

Is anyone aware of the viability and/or correct procedure for Creating new Member Reinforcement Parameter labels?

 

Thank you and regards,

Liam McHale

0 Likes
200 Views
1 Reply
Reply (1)
Message 2 of 2

liam_mchale
Contributor
Contributor

bump

0 Likes