Table of Contents

Class ResultPoint

Namespace
FemDesign.AuxiliaryResults
Assembly
FemDesign.Core.dll

Result Points. Used for extracting detailed results in a Point.

public class ResultPoint : NamedEntityBase, INamedEntity, IStructureElement, IFemDesignEntity
Inheritance
ResultPoint
Implements
Inherited Members
Extension Methods

Constructors

ResultPoint(Point3d, IStructureElement, string)

public ResultPoint(Point3d position, IStructureElement element, string identifier = "PT")

Parameters

position Point3d
element IStructureElement
identifier string

Properties

BaseEntity

public Guid BaseEntity { get; set; }

Property Value

Guid

Font

public ResultPoint.ResPointFont Font { get; set; }

Property Value

ResultPoint.ResPointFont

Position

public Point3d Position { get; set; }

Property Value

Point3d

Methods

GetUniqueInstanceCount()

This value will be used to set number (like ".1") part of the entity name (like "B.1"). Typically this is a counter starting at 1 and incrementing for each new instance of this class that has been created.

protected override int GetUniqueInstanceCount()

Returns

int

A unique number.

ResetInstanceCount()

public static void ResetInstanceCount()

_checkValidDistance(IStructureElement)

public void _checkValidDistance(IStructureElement element)

Parameters

element IStructureElement