Class CmdResultPoint
- Namespace
- FemDesign.Calculate
- Assembly
- FemDesign.Core.dll
public class CmdResultPoint : CmdCommand
- Inheritance
-
CmdResultPoint
- Inherited Members
-
- Extension Methods
-
Constructors
CmdResultPoint(Point3d, IStructureElement, string)
public CmdResultPoint(Point3d pos, IStructureElement element, string name)
Parameters
pos Point3d
element IStructureElement
name string
CmdResultPoint(Point3d, Guid, string)
public CmdResultPoint(Point3d pos, Guid refGuid, string name)
Parameters
pos Point3d
refGuid Guid
name string
Fields
Command
Field Value
- string
_point
Field Value
- Point3d
Properties
BaseEntity
public Guid BaseEntity { get; set; }
Property Value
- Guid
Name
public string Name { get; set; }
Property Value
- string
Point
public Point3d Point { get; set; }
Property Value
- Point3d
X
public double X { get; set; }
Property Value
- double
Y
public double Y { get; set; }
Property Value
- double
Z
public double Z { get; set; }
Property Value
- double
Methods
ToXElement()
public override XElement ToXElement()
Returns
- XElement
Operators
implicit operator CmdResultPoint(ResultPoint)
public static implicit operator CmdResultPoint(ResultPoint obj)
Parameters
obj ResultPoint
Returns
- CmdResultPoint