PsdConstraint.Get()¶
获得半定约束的属性值。 支持半定相关的属性。
概要
double Get(string attr)参量
attr: 所需要获得的属性名称。返回值
双精度属性值。
PsdConstraint.GetIdx()¶
获取半定约束的索引值。
概要
int GetIdx()返回值
半定约束的索引值。
PsdConstraint.GetName()¶
获取半定约束的名称。
概要
string GetName()返回值
半定约束的名称。
PsdConstraint.Remove()¶
从模型中删除当前的半定约束。
概要
void Remove()
PsdConstraint.Set()¶
设置半定约束的属性值。 支持半定相关的属性。
概要
void Set(string attr, double value)参量
attr: 所需要设置的属性名称。
value: 所需要设置的属性值。
PsdConstraint.SetName()¶
设置半定约束的名称。
概要
void SetName(string name)参量
name: 半定约束的名称。