Crayfish.NXOpen.UF.110 by Crayfish

<PackageReference Include="Crayfish.NXOpen.UF.110" Version="11.0.0.36" />

.NET API 1,953,792 bytes

 UFSubdiv

public class UFSubdiv : NXRemotableObject
Contains wrappers for all 'UF_SUBDIV' functions and data types.
public struct DataStructuresUnion

Wrapper for UF_SUBDIV_data_structures_union

public struct Isocline

Wrapper for UF_SUBDIV_isocline_s

public enum Type

Wrapper for UF_SUBDIV_type_e

public void AskParms(Tag subdiv_tag, out Type subdiv_type, out DataStructuresUnion subdiv_structure_pointer)

Wrapper method for UF_SUBDIV_ask_parms

public void AskType(Tag subdiv_tag, out Type subdiv_type)

Wrapper method for UF_SUBDIV_ask_type

public void Create(Type subdiv_type, ref DataStructuresUnion subdiv_structure_pointer, out Tag subdiv_tag)

Wrapper method for UF_SUBDIV_create

public void Edit(Type subdiv_type, ref DataStructuresUnion subdiv_structure_pointer, Tag subdiv_tag)

Wrapper method for UF_SUBDIV_edit

public void Free(Type subdiv_type, ref DataStructuresUnion subdiv_structure_pointer)

Wrapper method for UF_SUBDIV_free