Class Human
Inheritance
System.Object
System.MarshalByRefObject
Human
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
Assembly: NXOpen.dll
Syntax
public class Human : Feature, IMessageSink, IProfile, IFitTo, INXObject
Constructors
Human()
Declaration
protected Human()
Methods
CheckHuman(Human, Boolean, Boolean, Boolean, Boolean)
Declaration
public void CheckHuman(Human baseHuman, bool checkHumanData, bool checkSegment, bool checkExpression, bool checkReachZone)
Parameters
Type | Name | Description |
---|---|---|
Human | baseHuman | |
System.Boolean | checkHumanData | |
System.Boolean | checkSegment | |
System.Boolean | checkExpression | |
System.Boolean | checkReachZone |
CreateReachZone(out Int32, out HumanReachZone)
Declaration
public void CreateReachZone(out int index, out HumanReachZone reachZone)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
HumanReachZone | reachZone |
DeleteNthReachZone(Int32)
Declaration
public void DeleteNthReachZone(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
FindNamedReachZone(String)
Declaration
public HumanReachZone FindNamedReachZone(string reachZoneName)
Parameters
Type | Name | Description |
---|---|---|
System.String | reachZoneName |
Returns
Type | Description |
---|---|
HumanReachZone |
FindSelectedReachZone(NXObject)
Declaration
public HumanReachZone FindSelectedReachZone(NXObject reachZoneGeom)
Parameters
Type | Name | Description |
---|---|---|
NXObject | reachZoneGeom |
Returns
Type | Description |
---|---|
HumanReachZone |
GetNthReachZone(Int32)
Declaration
public HumanReachZone GetNthReachZone(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
HumanReachZone |
GetNumReachZones()
Declaration
public int GetNumReachZones()
Returns
Type | Description |
---|---|
System.Int32 |
Implements
System.Runtime.Remoting.Messaging.IMessageSink