update_native# UserDefinedComponent.update_native() → bool# Update the Native Component in AEDT. Returns: boolTrue when successful, False when failed. Examples >>> from ansys.aedt.core.modeler.cad.components_3d import UserDefinedComponent >>> obj = UserDefinedComponent() >>> obj.update_native()