PsdConstraint.Get()

获得半定约束的信息值。 支持半定相关的信息。

概要

double Get(string info)

参量

info: 所需要获得的信息名。

返回值

双精度信息值。

PsdConstraint.GetIdx()

获取半定约束的索引值。

概要

int GetIdx()

返回值

半定约束的索引值。

PsdConstraint.GetName()

获取半定约束的名称。

概要

string GetName()

返回值

半定约束的名称。

PsdConstraint.Remove()

从模型中删除当前的半定约束。

概要

void Remove()

PsdConstraint.Set()

设置半定约束的信息值。 支持半定相关的信息。

概要

void Set(string info, double value)

参量

info: 所需要设置的信息名。

value: 新的信息值。

PsdConstraint.SetName()

设置半定约束的名称。

概要

void SetName(string name)

参量

name: 半定约束的名称。