Class DesignSpace
Inheritance
System.Object
System.MarshalByRefObject
DesignSpace
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Features.TopologyOptimization
Assembly: NXOpen.dll
Syntax
public class DesignSpace : NXObject, IMessageSink, INXObject
Constructors
DesignSpace()
Declaration
protected DesignSpace()
Methods
AddConstraint(NXObject)
Declaration
public void AddConstraint(NXObject constraintObjectTag)
Parameters
Type | Name | Description |
---|---|---|
NXObject | constraintObjectTag |
CreateConstructionBodyGroup(ConstructionBody[])
Declaration
public ConstructionBodyCollector CreateConstructionBodyGroup(ConstructionBody[] constructionBodies)
Parameters
Type | Name | Description |
---|---|---|
ConstructionBody[] | constructionBodies |
Returns
Type | Description |
---|---|
ConstructionBodyCollector |
RemoveConstraint(NXObject)
Declaration
public void RemoveConstraint(NXObject constraintObjectTag)
Parameters
Type | Name | Description |
---|---|---|
NXObject | constraintObjectTag |
Implements
System.Runtime.Remoting.Messaging.IMessageSink