Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2022.2 Object Library
Members 
PCDLRN ActiveX DLL : FeatData Object
FeatData Object
Description

The FeatData object is similar to a type as defined in the Example below.

It is be used to pass feature data in automation functions that accept this type

Remarks

 

Example

Type FeatData

                X as Double
                Y as Double
                Z as Double
                I as Double
                J as Double
                K as Double
                DIAM as Double
                LENGTH as Double
                ANGLE as Double
                SmallDiam as Double
                StartAngle as Double
                EndAngle as Double
                StartAngle2 as Double
                EndAngle2 as Double
                F as Double
                TP as Double
                P1 as Double
                P2 as Double
                ID as String

End Type

See Also