Class SoleGeometryData

Namespace
CodeSmile.AnyMotion.Core.Rig
/
Assembly
ApiSource.dll

Both feet's drawn lowest-point candidates, measured once from the mesh and stored on RigMetrics. See SoleGeometry for what it is for and how it is reduced.

[Serializable]
public sealed class SoleGeometryData
Expand Details ...
Inheritance
object
SoleGeometryData

Fields

LeftFoot

public SoleBoneGroup[] LeftFoot

Field Value

SoleBoneGroup[]

RightFoot

public SoleBoneGroup[] RightFoot

Field Value

SoleBoneGroup[]

Source

What the measurement read, and what the reduction cost. For the inspector.

public string Source

Field Value

string

Properties

IsValid

True when both feet have at least one point.

public bool IsValid { get; }

Property Value

bool