Class StrainGageBuilder
  
  
  
    Inheritance
    
    
    
    
    
    
    StrainGageBuilder
   
  
  
  
  Assembly: NXOpen.dll
  Syntax
  
    public class StrainGageBuilder : BaseBuilder, IMessageSink, IComponentBuilder
   
  Constructors
  
  StrainGageBuilder()
  
  
  Declaration
  
    protected StrainGageBuilder()
   
  Properties
  
  Csys
  
  
  Declaration
  
    public SmartObject Csys { get; set; }
   
  Property Value
  
  
  GageType
  
  
  Declaration
  
    public StrainGageType GageType { get; set; }
   
  Property Value
  
  
  Placement
  
  
  Declaration
  
    public StrainGagePlacementType Placement { get; set; }
   
  Property Value
  
  
  Plane
  
  
  Declaration
  
    public StrainGageOrientationPlane Plane { get; set; }
   
  Property Value
  
  
  ResultType
  
  
  Declaration
  
    public StrainGageResult ResultType { get; set; }
   
  Property Value
  
  
  RotationAngle
  
  
  Declaration
  
    public Expression RotationAngle { get; }
   
  Property Value
  
  
  SelectedElementFaces
  
  
  Declaration
  
    public SelectFEElemFaceList SelectedElementFaces { get; }
   
  Property Value
  
  
  SelectedNode
  
  
  Declaration
  
    public SelectFENodeList SelectedNode { get; }
   
  Property Value
  
  
  ShellElementFace
  
  
  Declaration
  
    public StrainGageShellElementFaceType ShellElementFace { get; set; }
   
  Property Value
  
  Implements
  
      System.Runtime.Remoting.Messaging.IMessageSink