Class PartModuleBuilder
Inheritance
PartModuleBuilder
Assembly: NXOpen.dll
Syntax
public class PartModuleBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
PartModuleBuilder()
Declaration
protected PartModuleBuilder()
Properties
ActivatePartModule
Declaration
public bool ActivatePartModule { get; set; }
Property Value
Declaration
[Obsolete("Deprecated in NX9.0.0. Please use GeometricUtilities.PartModuleInputBuilder.InputReferences instead.")]
public PartModuleReferencesBuilder InputReferences { get; }
Property Value
Name
Declaration
[Obsolete("Deprecated in NX9.0.0. Please use Features.PartModuleBuilder.Name1 instead.")]
public string Name { get; set; }
Property Value
Name1
Declaration
public string Name1 { get; set; }
Property Value
ShowOnlyPartModule
Declaration
[Obsolete("Deprecated in NX9.0.0. Please use NXOpen.Features.PartModule.ShowOnly instead.")]
public bool ShowOnlyPartModule { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink