NXOpen and UDFs
NXOpen and UDFs
(OP)
Is there a function in NXOpen or one of the wrapper libraries to instantiate an UDF. I know that this is possible to do through KF, but I can't find any similar capability within the NXOpen .NET reference document.
//Petter U
//Petter U





RE: NXOpen and UDFs
NXOpen.UF.UFModl.CreateInstantiatedUdf(ByVal NXOpen.Tag, ByVal String, ByVal NXOpen.Tag( ), ByVal NXOpen.Tag( ), ByVal Integer, ByVal NXOpen.Tag( ), ByVal String( ), ByVal Integer, ByRef NXOpen.Tag)
which is a wrapper for the OpenC function,
UF_MODL_create_instantiated_udf()