Class ObjectTypeSelector
Inheritance
ObjectTypeSelector
Assembly: NXOpen.dll
Syntax
public class ObjectTypeSelector : Builder, IMessageSink, IComponentBuilder
Constructors
ObjectTypeSelector()
Declaration
protected ObjectTypeSelector()
Properties
Annotations
Declaration
public bool Annotations { get; set; }
Property Value
Attributes
Declaration
public bool Attributes { get; set; }
Property Value
ConvergentBodies
Declaration
[Obsolete("Deprecated in NX1953.0.0. Use NXOpen.ObjectTypeSelector.Solids instead.")]
public bool ConvergentBodies { get; set; }
Property Value
Csys
Declaration
public bool Csys { get; set; }
Property Value
Curves
Declaration
public bool Curves { get; set; }
Property Value
FacetBodies
Declaration
public bool FacetBodies { get; set; }
Property Value
Kinematic
Declaration
public bool Kinematic { get; set; }
Property Value
PmiData
Declaration
public bool PmiData { get; set; }
Property Value
ProductData
Declaration
public bool ProductData { get; set; }
Property Value
Solids
Declaration
public bool Solids { get; set; }
Property Value
Structures
Declaration
public bool Structures { get; set; }
Property Value
Surfaces
Declaration
public bool Surfaces { get; set; }
Property Value
Tessellation
Declaration
[Obsolete("Deprecated in NX12.0.2. Use NXOpen.StepCreator.ExportSolidsAndSurfacesAs instead.")]
public bool Tessellation { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink