Hi All, I'm attempting to get the pipe/component diameter to automatically fill in the NOMINAL_DIAMETER of a Support Location. I see it is able to get the LINE_NUMBER and thought it could be done the same way, but I think it is not working as it is return a string to a double. I've added Calculated ECProperty Specification to the Support Location --> NOMINAL_DIAMETER ECExpression = this.GetRelatedInstance("DEVICE_HAS_SUPPORT:1:PIPING_COMPONENT").NOMINAL_DIAMETER Failure value = 200 But I get no value when a support is placed, so I'm not sure what is the next step. I read this but It's not the same. communities.bentley.com/.../21115.how-to-cascade-properties-from-pipeline-to-associated-supports
↧