|
Nodepos_disp Property
|
Gets or sets the displaced position of node.
Namespace:
Karamba.Nodes
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Point3 pos_disp { get; set; }
Public Property pos_disp As Point3
Get
Set
public:
property Point3 pos_disp {
Point3 get ();
void set (Point3 value);
}
member pos_disp : Point3 with get, set
Property Value
Type:
Point3
See Also